Commit
·
0c32485
1
Parent(s):
70b421f
update readme
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ tags:
|
|
16 |
```python
|
17 |
from transformers import pipeline
|
18 |
|
19 |
-
MODEL_NAME = "impresso-project/ocr-quality-
|
20 |
|
21 |
ocrqa_pipeline = pipeline("ocr-qa-assessment", model=MODEL_NAME,
|
22 |
trust_remote_code=True,
|
|
|
16 |
```python
|
17 |
from transformers import pipeline
|
18 |
|
19 |
+
MODEL_NAME = "impresso-project/ocr-quality-assessor-unigram-light"
|
20 |
|
21 |
ocrqa_pipeline = pipeline("ocr-qa-assessment", model=MODEL_NAME,
|
22 |
trust_remote_code=True,
|