alvarobartt HF staff commited on
Commit
99033f9
·
1 Parent(s): 68b3231

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -8,6 +8,8 @@ tags:
8
  - ner
9
  - named-entity-recognition
10
  - generated_from_span_marker_trainer
 
 
11
  metrics:
12
  - precision
13
  - recall
@@ -50,7 +52,7 @@ This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model that ca
50
  - **Encoder:** [xlm-roberta-large](https://huggingface.co/models/xlm-roberta-large)
51
  - **Maximum Sequence Length:** 256 tokens
52
  - **Maximum Entity Length:** 8 words
53
- <!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
54
  - **Language:** es
55
  - **License:** cc-by-4.0
56
 
 
8
  - ner
9
  - named-entity-recognition
10
  - generated_from_span_marker_trainer
11
+ datasets:
12
+ - conll2002
13
  metrics:
14
  - precision
15
  - recall
 
52
  - **Encoder:** [xlm-roberta-large](https://huggingface.co/models/xlm-roberta-large)
53
  - **Maximum Sequence Length:** 256 tokens
54
  - **Maximum Entity Length:** 8 words
55
+ - **Training Dataset:** [conll2002](https://huggingface.co/datasets/conll2002)
56
  - **Language:** es
57
  - **License:** cc-by-4.0
58