gunghio commited on
Commit
46b98b7
1 Parent(s): ea478fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -1,12 +1,24 @@
1
  ---
2
  metrics:
3
- - precision: 0.9360
4
- - recall: 0.9458
5
- - f1: 0.9409
6
- - accuracy: 0.9902
 
 
7
 
8
  model-index:
9
  - name: gunghio/distilbert-base-multilingual-cased-finetuned-conll2003-ner
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
  metrics:
3
+ - precision: 0.936
4
+ - recall: 0.9458
5
+ - f1: 0.9409
6
+ - accuracy: 0.9902
7
+ datasets:
8
+ - conll2003
9
 
10
  model-index:
11
  - name: gunghio/distilbert-base-multilingual-cased-finetuned-conll2003-ner
12
+ results:
13
+ - task:
14
+ type: ner
15
+ name: Named Entity Recognition
16
+ dataset:
17
+ type: conll2003
18
+ name: ConLL 2003
19
+ metrics:
20
+ - type: f1-score
21
+ value: 0.9409
22
  ---
23
 
24
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You