-
代码:model = AutoModelForSequenceClassification.from_pretrained(checkpoint)
运行报错缺少配置文件
ValueError: Unrecognized model in XXX. **Should have a `model_type` key in its config.json**, or contain one of t…
-
### 🚀 The feature
Addition of new / Fine Tuning of existing models to support OCR for `Handwritten Text`.
As a first step we can start with detection/prediction models that work specifically for Han…
-
My server cannot connect to the Hugging Face website, so I manually downloaded the pretrained model used in the code and placed it in the `img2img-turbo-main` folder. After executing the command `pyth…
-
### 🐛 Describe the bug
I'm attempting to set up a k8s cluster on GKE using the tutorial provided [here](https://github.com/samuelzxu/torchserve/tree/master/kubernetes). However, I found that a lot …
-
Thanks for creating this package!
As discussed in https://github.com/robertknight/ocrs/issues/14 it would be nice to add some evaluation benchmarks. And maybe optionally compare with tesseract or s…
-
**Feature Request: Text Position Detection in TR-OCR**
Model I am using `TrOCR`
#### Description:
I have been using TR-OCR for text recognition in images and it has been performing well. However,…
-
-
I have spent the whole day trying to deploy a custom HF model to Sagemaker endpoint and making sure it uses the GPU, and I had no luck, hoping to get some insight here.
Here's my script for the mo…
-
大佬您好,麻烦问下您提供的预训练权重和microsoft上的预训练权重有什么区别呢?
-
What should I specify as the `model_type` in the JSON file?
from transformers import AutoModel
model = AutoModel.from_pretrained("zxhezexin/openlrm-obj-base-1.1")
ValueError: Unrecogniz…