= commited on
Commit ·
c845a0d
1
Parent(s): fd70325
update
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ from transformers import AutoModelForTokenClassification, AutoTokenizer, pipelin
|
|
| 14 |
from language import ALL_LANGS, LANG_ISO2_TO_ISO3
|
| 15 |
|
| 16 |
|
| 17 |
-
MODEL_CHECKPOINT = "DerivedFunction/polyglot-tagger-
|
| 18 |
MAX_TEXT_CHARS = 512
|
| 19 |
|
| 20 |
|
|
|
|
| 14 |
from language import ALL_LANGS, LANG_ISO2_TO_ISO3
|
| 15 |
|
| 16 |
|
| 17 |
+
MODEL_CHECKPOINT = "DerivedFunction/polyglot-tagger-66L-3M"
|
| 18 |
MAX_TEXT_CHARS = 512
|
| 19 |
|
| 20 |
|