Update README.md
Browse files
README.md
CHANGED
|
@@ -228,7 +228,7 @@ You can finetune this model on your own dataset.
|
|
| 228 |
from span_marker import SpanMarkerModel, Trainer
|
| 229 |
|
| 230 |
# Download from the 🤗 Hub
|
| 231 |
-
model = SpanMarkerModel.from_pretrained("YurtsAI/
|
| 232 |
|
| 233 |
# Specify a Dataset with "tokens" and "ner_tag" columns
|
| 234 |
dataset = load_dataset("conll2003") # For example CoNLL2003
|
|
|
|
| 228 |
from span_marker import SpanMarkerModel, Trainer
|
| 229 |
|
| 230 |
# Download from the 🤗 Hub
|
| 231 |
+
model = SpanMarkerModel.from_pretrained("YurtsAI/ner-document-context")
|
| 232 |
|
| 233 |
# Specify a Dataset with "tokens" and "ner_tag" columns
|
| 234 |
dataset = load_dataset("conll2003") # For example CoNLL2003
|