tenna18 commited on
Commit
1136966
·
1 Parent(s): 614c392

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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.1766
21
- - Accuracy: 0.9365
22
- - F1: 0.9366
23
 
24
  ## Model description
25
 
@@ -50,14 +50,14 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | 0.8475 | 1.0 | 250 | 0.2908 | 0.911 | 0.9098 |
54
- | 0.2382 | 2.0 | 500 | 0.1928 | 0.929 | 0.9291 |
55
- | 0.1601 | 3.0 | 750 | 0.1766 | 0.9365 | 0.9366 |
56
 
57
 
58
  ### Framework versions
59
 
60
  - Transformers 4.16.2
61
- - Pytorch 2.4.1+cu121
62
- - Datasets 3.0.1
63
  - 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.1618
21
+ - Accuracy: 0.937
22
+ - F1: 0.9371
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | 0.8381 | 1.0 | 250 | 0.2895 | 0.908 | 0.9046 |
54
+ | 0.2242 | 2.0 | 500 | 0.1803 | 0.9295 | 0.9293 |
55
+ | 0.1517 | 3.0 | 750 | 0.1618 | 0.937 | 0.9371 |
56
 
57
 
58
  ### Framework versions
59
 
60
  - Transformers 4.16.2
61
+ - Pytorch 2.5.0+cu121
62
+ - Datasets 3.0.2
63
  - Tokenizers 0.19.1