semy commited on
Commit
e1511ab
·
1 Parent(s): 8b5e5eb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.3861
21
- - Accuracy: 0.828
22
- - F1: 0.828
23
 
24
  ## Model description
25
 
@@ -48,6 +48,10 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
 
 
 
 
51
 
52
 
53
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.4295
21
+ - Accuracy: 0.802
22
+ - F1: 0.802
23
 
24
  ## Model description
25
 
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----:|
53
+ | 0.9446 | 1.0 | 563 | 0.4208 | 0.793 | 0.793 |
54
+ | 0.1259 | 2.0 | 1126 | 0.4295 | 0.802 | 0.802 |
55
 
56
 
57
  ### Framework versions