Fiddi commited on
Commit
e7cdeec
1 Parent(s): 812ea38

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -22,16 +22,16 @@ model-index:
22
  metrics:
23
  - name: Precision
24
  type: precision
25
- value: 0.9278202147680726
26
  - name: Recall
27
  type: recall
28
  value: 0.9375769101689228
29
  - name: F1
30
  type: f1
31
- value: 0.9326730469619409
32
  - name: Accuracy
33
  type: accuracy
34
- value: 0.9839706419686403
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset.
43
  It achieves the following results on the evaluation set:
44
- - Loss: 0.0595
45
- - Precision: 0.9278
46
  - Recall: 0.9376
47
- - F1: 0.9327
48
- - Accuracy: 0.9840
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.2414 | 1.0 | 878 | 0.0702 | 0.9143 | 0.9223 | 0.9182 | 0.9808 |
80
- | 0.0503 | 2.0 | 1756 | 0.0603 | 0.9186 | 0.9337 | 0.9260 | 0.9831 |
81
- | 0.0306 | 3.0 | 2634 | 0.0595 | 0.9278 | 0.9376 | 0.9327 | 0.9840 |
82
 
83
 
84
  ### Framework versions
22
  metrics:
23
  - name: Precision
24
  type: precision
25
+ value: 0.9290544285555925
26
  - name: Recall
27
  type: recall
28
  value: 0.9375769101689228
29
  - name: F1
30
  type: f1
31
+ value: 0.9332962138084633
32
  - name: Accuracy
33
  type: accuracy
34
+ value: 0.9841136193940935
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset.
43
  It achieves the following results on the evaluation set:
44
+ - Loss: 0.0604
45
+ - Precision: 0.9291
46
  - Recall: 0.9376
47
+ - F1: 0.9333
48
+ - Accuracy: 0.9841
49
 
50
  ## Model description
51
 
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
+ | 0.2412 | 1.0 | 878 | 0.0688 | 0.9178 | 0.9246 | 0.9212 | 0.9815 |
80
+ | 0.0514 | 2.0 | 1756 | 0.0608 | 0.9251 | 0.9344 | 0.9298 | 0.9832 |
81
+ | 0.0304 | 3.0 | 2634 | 0.0604 | 0.9291 | 0.9376 | 0.9333 | 0.9841 |
82
 
83
 
84
  ### Framework versions