Pierre Guillou

Results 13 issues of Pierre Guillou

Hi, I wanted to make inference with `LiLT`with model parameters to `Half `(`float16`) dtype on CPU (I did try on GPU and it worked). As I'm using Transformers from Hugging...

Hi, I'm using Hugging Face libraries in order to run `LiLT`. How can I decrease inference time? Which code to use? I've already try `BetterTransformer ` (`Optimum`) and `ONNX `...

**Describe the bug** With `chipper` and `partition_pdf`, `model_name='chipper'` returns an error. **To Reproduce** ``` from unstructured.partition.pdf_image.pdf import partition_pdf elements = partition_pdf( filename="doc.pdf", strategy="hi_res", infer_table_structure=True, model_name="chipper", ) --------------------------------------------------------------------------- HTTPError Traceback (most...

bug