Commit
·
70b421f
1
Parent(s):
3b1b05f
moved to language-identifier
Browse files- modeling_ocrqa.py +1 -1
modeling_ocrqa.py
CHANGED
@@ -96,7 +96,7 @@ class QAAssessmentModel(PreTrainedModel):
|
|
96 |
|
97 |
print(self.ocrqa_assessors)
|
98 |
self.lang_pipeline = pipeline("langident",
|
99 |
-
model="impresso-project/
|
100 |
trust_remote_code=True,
|
101 |
device="cpu")
|
102 |
|
|
|
96 |
|
97 |
print(self.ocrqa_assessors)
|
98 |
self.lang_pipeline = pipeline("langident",
|
99 |
+
model="impresso-project/language-identifier",
|
100 |
trust_remote_code=True,
|
101 |
device="cpu")
|
102 |
|