emanuelaboros commited on
Commit
0c32485
·
1 Parent(s): 70b421f

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
16
  ```python
17
  from transformers import pipeline
18
 
19
- MODEL_NAME = "impresso-project/ocr-quality-assessment-light"
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,