Token Classification
SpanMarker
PyTorch
Safetensors
English
ner
named-entity-recognition
Eval Results (legacy)
Instructions to use tomaarsen/span-marker-xlm-roberta-large-conll03-doc-context with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- SpanMarker
How to use tomaarsen/span-marker-xlm-roberta-large-conll03-doc-context with SpanMarker:
from span_marker import SpanMarkerModel model = SpanMarkerModel.from_pretrained("tomaarsen/span-marker-xlm-roberta-large-conll03-doc-context") - Notebooks
- Google Colab
- Kaggle
Add "trained_with_document_context": true
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -133,6 +133,7 @@
|
|
| 133 |
"model_type": "span-marker",
|
| 134 |
"span_marker_version": "1.0.1",
|
| 135 |
"torch_dtype": "float32",
|
|
|
|
| 136 |
"transformers_version": "4.28.1",
|
| 137 |
"vocab_size": 250004
|
| 138 |
}
|
|
|
|
| 133 |
"model_type": "span-marker",
|
| 134 |
"span_marker_version": "1.0.1",
|
| 135 |
"torch_dtype": "float32",
|
| 136 |
+
"trained_with_document_context": true,
|
| 137 |
"transformers_version": "4.28.1",
|
| 138 |
"vocab_size": 250004
|
| 139 |
}
|