David Lacalle Castillo
David Lacalle Castillo
Hi, I am working with GKE. Firts I executed: ``` # Prepare namespace and set as current (optional) kubectl create ns noobaa kubectl config set-context --current --namespace noobaa ``` When...
Hi, This model is very powerfull, but using it in production is hard. It would be cool if we can export it to onnxruntime and do quantization so it can...
Hi, Thanks you for publishing this model :) I want to use this model for Document Parsing. I have annotations for two kinds of pdf, 20 images per type. At...
Good morning, I have been using this library in my project for a while. However, since Today I am getting the following error `GC overhead limit exceeded` while compiling my...
Hi, Thank you very much for the implementation. Could I use this NAS in a custom Dataset? In that case, How can I achieve that?
Thank you very much for sharing this library, it is going to be very useful for fine tuning big models. It would be cool if [Donut](https://huggingface.co/docs/transformers/model_doc/donut) model is supported. This...
### Model description We propose Universal Document Processing (UDOP), a foundation Document AI model which unifies text, image, and layout modalities together with varied task formats, including document understanding and...
I have trained Donut model in my custom dataset following this [tutorial](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/Donut/CORD/Fine_tune_Donut_on_a_custom_dataset_(CORD)_with_PyTorch_Lightning.ipynb) from @NielsRogge . I have managed to get a decent accuracy 0.65% if I expect the values to...
Good afternoon, thank you very much for the incredible work! I just wanted to know if there was an automatic way to know if the field is OK. Especially when...