Token Classification
Transformers
PyTorch
English
roberta
feature-extraction
Inference Endpoints
AntoineBlanot commited on
Commit
602334e
1 Parent(s): 6518761

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -27,6 +27,21 @@ Basically, this model has learn can detect NER spans (with <u>no differenciation
27
  - 'I-TAG': inside token of span
28
  - 'O': token not a span
29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  # Evaluation results
31
 
32
  | Data | Accuracy |
 
27
  - 'I-TAG': inside token of span
28
  - 'O': token not a span
29
 
30
+ # Data used for training
31
+ - tner/bc5cdr
32
+ - tner/bionlp2004
33
+ - tner/btc
34
+ - tner/conll2003
35
+ - tner/fin
36
+ - tner/mit_movie_trivia
37
+ - tner/mit_restaurant
38
+ - tner/multinerd
39
+ - tner/ontonotes5
40
+ - tner/tweebank_ner
41
+ - tner/tweetner7
42
+ - tner/wikineural
43
+ - tner/wnut2017
44
+
45
  # Evaluation results
46
 
47
  | Data | Accuracy |