Mascariddu8 commited on
Commit
68a9982
1 Parent(s): 18b0f0a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -22,16 +22,16 @@ model-index:
22
  metrics:
23
  - name: Precision
24
  type: precision
25
- value: 0.9348474801061007
26
  - name: Recall
27
  type: recall
28
- value: 0.9490070683271625
29
  - name: F1
30
  type: f1
31
- value: 0.9418740604643394
32
  - name: Accuracy
33
  type: accuracy
34
- value: 0.9854153175958086
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -41,11 +41,11 @@ should probably proofread and complete it, then remove this comment. -->
41
 
42
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
43
  It achieves the following results on the evaluation set:
44
- - Loss: 0.0672
45
- - Precision: 0.9348
46
- - Recall: 0.9490
47
- - F1: 0.9419
48
- - Accuracy: 0.9854
49
 
50
  ## Model description
51
 
@@ -76,9 +76,9 @@ The following hyperparameters were used during training:
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
- | 0.0886 | 1.0 | 1756 | 0.0692 | 0.9165 | 0.9379 | 0.9271 | 0.9829 |
80
- | 0.0414 | 2.0 | 3512 | 0.0598 | 0.9316 | 0.9487 | 0.9400 | 0.9855 |
81
- | 0.0212 | 3.0 | 5268 | 0.0672 | 0.9348 | 0.9490 | 0.9419 | 0.9854 |
82
 
83
 
84
  ### Framework versions
 
22
  metrics:
23
  - name: Precision
24
  type: precision
25
+ value: 0.9357296670531721
26
  - name: Recall
27
  type: recall
28
+ value: 0.9506900033658701
29
  - name: F1
30
  type: f1
31
+ value: 0.9431505133984472
32
  - name: Accuracy
33
  type: accuracy
34
+ value: 0.9857390946017542
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
41
 
42
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
43
  It achieves the following results on the evaluation set:
44
+ - Loss: 0.0639
45
+ - Precision: 0.9357
46
+ - Recall: 0.9507
47
+ - F1: 0.9432
48
+ - Accuracy: 0.9857
49
 
50
  ## Model description
51
 
 
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
+ | 0.0847 | 1.0 | 1756 | 0.0636 | 0.9150 | 0.9387 | 0.9267 | 0.9840 |
80
+ | 0.0399 | 2.0 | 3512 | 0.0592 | 0.9302 | 0.9485 | 0.9393 | 0.9854 |
81
+ | 0.0201 | 3.0 | 5268 | 0.0639 | 0.9357 | 0.9507 | 0.9432 | 0.9857 |
82
 
83
 
84
  ### Framework versions