Token Classification
SpanMarker
Safetensors
English
ner
named-entity-recognition
generated_from_span_marker_trainer
climate-change
earth-science
Eval Results (legacy)
Instructions to use P0L3/CliReNER-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- SpanMarker
How to use P0L3/CliReNER-roberta-base with SpanMarker:
from span_marker import SpanMarkerModel model = SpanMarkerModel.from_pretrained("P0L3/CliReNER-roberta-base") - Notebooks
- Google Colab
- Kaggle
File size: 295 Bytes
ad674ae | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"content": "<mask>",
"lstrip": true,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}
|