AT commited on
Commit
b472148
·
1 Parent(s): e0a76db

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
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 [distilroberta-base](https://huggingface.co/distilroberta-base) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 1.9153
18
 
19
  ## Model description
20
 
@@ -39,18 +39,20 @@ The following hyperparameters were used during training:
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 1.0
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | 2.0743 | 1.0 | 2406 | 1.9206 |
 
 
49
 
50
 
51
  ### Framework versions
52
 
53
- - Transformers 4.13.0
54
  - Pytorch 1.10.0+cu111
55
  - Datasets 1.16.1
56
  - Tokenizers 0.10.3
 
14
 
15
  This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.0646
18
 
19
  ## Model description
20
 
 
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 3.0
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 9 | 0.1027 |
49
+ | No log | 2.0 | 18 | 0.0754 |
50
+ | No log | 3.0 | 27 | 0.0646 |
51
 
52
 
53
  ### Framework versions
54
 
55
+ - Transformers 4.14.1
56
  - Pytorch 1.10.0+cu111
57
  - Datasets 1.16.1
58
  - Tokenizers 0.10.3