heid5356 commited on
Commit
2720627
·
1 Parent(s): 62aca19

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
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 an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.2245
21
- - Accuracy: 0.9285
22
- - F1: 0.9285
23
 
24
  ## Model description
25
 
@@ -50,13 +50,13 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | 0.8567 | 1.0 | 250 | 0.3364 | 0.904 | 0.8989 |
54
- | 0.2625 | 2.0 | 500 | 0.2245 | 0.9285 | 0.9285 |
55
 
56
 
57
  ### Framework versions
58
 
59
  - Transformers 4.16.2
60
- - Pytorch 2.4.0+cu121
61
- - Datasets 3.0.0
62
  - Tokenizers 0.19.1
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.2192
21
+ - Accuracy: 0.9265
22
+ - F1: 0.9264
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | 0.8829 | 1.0 | 250 | 0.3189 | 0.9125 | 0.9102 |
54
+ | 0.2566 | 2.0 | 500 | 0.2192 | 0.9265 | 0.9264 |
55
 
56
 
57
  ### Framework versions
58
 
59
  - Transformers 4.16.2
60
+ - Pytorch 2.4.1+cu121
61
+ - Datasets 3.0.1
62
  - Tokenizers 0.19.1