almaghrabima commited on
Commit
85da6b4
1 Parent(s): 1aa8bd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -10,7 +10,25 @@ metrics:
10
  - accuracy
11
  model-index:
12
  - name: ner_tag_model
13
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -72,4 +90,4 @@ The following hyperparameters were used during training:
72
  - Transformers 4.33.1
73
  - Pytorch 1.13.1+cu116
74
  - Datasets 2.14.5
75
- - Tokenizers 0.13.3
 
10
  - accuracy
11
  model-index:
12
  - name: ner_tag_model
13
+ results:
14
+ - task:
15
+ name: Token Classification
16
+ type: token-classification
17
+ metrics:
18
+ - name: Precision
19
+ type: precision
20
+ value: 0.8568714588197879
21
+ - name: Recall
22
+ type: recall
23
+ value: 0.8550538245045557
24
+ - name: F1
25
+ type: f1
26
+ value: 0.8559616767268047
27
+ - name: Accuracy
28
+ type: accuracy
29
+ value: 0.9150941588185013]
30
+ language:
31
+ - en
32
  ---
33
 
34
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
90
  - Transformers 4.33.1
91
  - Pytorch 1.13.1+cu116
92
  - Datasets 2.14.5
93
+ - Tokenizers 0.13.3