AntoineBlanot
commited on
Commit
•
44543be
1
Parent(s):
cc5d64d
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ pipeline_tag: token-classification
|
|
23 |
# RoBERTa Span Detection
|
24 |
This model is a fine-tuned model of [roberta-large](https://huggingface.co/roberta-large) after being trained on a **mixture of NER datasets**.
|
25 |
|
26 |
-
Basically, this model
|
27 |
- 'B-TAG': beginning token of span
|
28 |
- 'I-TAG': inside token of span
|
29 |
- 'O': token not a span
|
|
|
23 |
# RoBERTa Span Detection
|
24 |
This model is a fine-tuned model of [roberta-large](https://huggingface.co/roberta-large) after being trained on a **mixture of NER datasets**.
|
25 |
|
26 |
+
Basically, this model can detect NER spans (with <u>no differenciation on classes</u>). Labels use the IBO format and are:
|
27 |
- 'B-TAG': beginning token of span
|
28 |
- 'I-TAG': inside token of span
|
29 |
- 'O': token not a span
|