ViktorDo commited on
Commit
e898c32
1 Parent(s): 90b0a4f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.0840
18
 
19
  ## Model description
20
 
@@ -46,14 +46,14 @@ The following hyperparameters were used during training:
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | 0.085 | 1.0 | 2063 | 0.0818 |
50
- | 0.0739 | 2.0 | 4126 | 0.0828 |
51
- | 0.0635 | 3.0 | 6189 | 0.0840 |
52
 
53
 
54
  ### Framework versions
55
 
56
- - Transformers 4.23.1
57
- - Pytorch 1.12.1+cu113
58
- - Datasets 2.6.1
59
- - Tokenizers 0.13.1
 
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.0810
18
 
19
  ## Model description
20
 
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | 0.0825 | 1.0 | 2063 | 0.0824 |
50
+ | 0.0729 | 2.0 | 4126 | 0.0825 |
51
+ | 0.061 | 3.0 | 6189 | 0.0810 |
52
 
53
 
54
  ### Framework versions
55
 
56
+ - Transformers 4.26.0
57
+ - Pytorch 1.13.1+cu116
58
+ - Datasets 2.9.0
59
+ - Tokenizers 0.13.2