bileldh commited on
Commit
4b99bde
1 Parent(s): 3745907

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.2323943661971831
28
  - name: Recall
29
  type: recall
30
- value: 0.20754716981132076
31
  - name: F1
32
  type: f1
33
- value: 0.21926910299003324
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9187922608288144
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
43
 
44
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.3314
47
- - Precision: 0.2324
48
- - Recall: 0.2075
49
- - F1: 0.2193
50
- - Accuracy: 0.9188
51
 
52
  ## Model description
53
 
@@ -78,9 +78,9 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | No log | 1.0 | 100 | 0.3818 | 0.1463 | 0.1132 | 0.1277 | 0.9173 |
82
- | No log | 2.0 | 200 | 0.3373 | 0.2148 | 0.1824 | 0.1973 | 0.9189 |
83
- | No log | 3.0 | 300 | 0.3314 | 0.2324 | 0.2075 | 0.2193 | 0.9188 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.21232876712328766
28
  - name: Recall
29
  type: recall
30
+ value: 0.1949685534591195
31
  - name: F1
32
  type: f1
33
+ value: 0.20327868852459016
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9177880431144139
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
43
 
44
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.3309
47
+ - Precision: 0.2123
48
+ - Recall: 0.1950
49
+ - F1: 0.2033
50
+ - Accuracy: 0.9178
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | No log | 1.0 | 100 | 0.3799 | 0.1043 | 0.0755 | 0.0876 | 0.9133 |
82
+ | No log | 2.0 | 200 | 0.3364 | 0.1608 | 0.1447 | 0.1523 | 0.9177 |
83
+ | No log | 3.0 | 300 | 0.3309 | 0.2123 | 0.1950 | 0.2033 | 0.9178 |
84
 
85
 
86
  ### Framework versions