bfriederich commited on
Commit
7166453
1 Parent(s): 517cd4e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.8976377952755905
26
  - name: F1
27
  type: f1
28
- value: 0.8964561163312182
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -35,9 +35,9 @@ should probably proofread and complete it, then remove this comment. -->
35
 
36
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the ag_news dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.3551
39
- - Accuracy: 0.8976
40
- - F1: 0.8965
41
 
42
  ## Model description
43
 
@@ -68,8 +68,8 @@ The following hyperparameters were used during training:
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
- | 0.7899 | 1.0 | 63 | 0.4333 | 0.8819 | 0.8803 |
72
- | 0.3599 | 2.0 | 126 | 0.3551 | 0.8976 | 0.8965 |
73
 
74
 
75
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.9194736842105263
26
  - name: F1
27
  type: f1
28
+ value: 0.9195099897221968
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
35
 
36
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the ag_news dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 0.2420
39
+ - Accuracy: 0.9195
40
+ - F1: 0.9195
41
 
42
  ## Model description
43
 
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
+ | 0.346 | 1.0 | 469 | 0.2511 | 0.9142 | 0.9142 |
72
+ | 0.1874 | 2.0 | 938 | 0.2420 | 0.9195 | 0.9195 |
73
 
74
 
75
  ### Framework versions