Update README.md
Browse files
README.md
CHANGED
|
@@ -54,7 +54,7 @@ from transformers import AutoModelForSequenceClassification
|
|
| 54 |
model_id = "przvl/PopEuroBERT-binary-210m"
|
| 55 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
| 56 |
model = AutoModelForSequenceClassification.from_pretrained(
|
| 57 |
-
model_id, trust_remote_code=
|
| 58 |
)
|
| 59 |
|
| 60 |
|
|
|
|
| 54 |
model_id = "przvl/PopEuroBERT-binary-210m"
|
| 55 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
| 56 |
model = AutoModelForSequenceClassification.from_pretrained(
|
| 57 |
+
model_id, trust_remote_code=True
|
| 58 |
)
|
| 59 |
|
| 60 |
|