abokbot commited on
Commit
bd0d2e6
1 Parent(s): 78e0f8e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -16
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 [t5-base](https://huggingface.co/t5-base) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 1.6363
18
 
19
  ## Model description
20
 
@@ -47,25 +47,21 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | 2.6063 | 0.67 | 100 | 1.9609 |
51
- | 1.9832 | 1.35 | 200 | 1.7818 |
52
- | 1.8375 | 2.02 | 300 | 1.7241 |
53
- | 1.7553 | 2.69 | 400 | 1.6982 |
54
- | 1.7077 | 3.36 | 500 | 1.6691 |
55
- | 1.68 | 4.04 | 600 | 1.6638 |
56
- | 1.64 | 4.71 | 700 | 1.6521 |
57
- | 1.6149 | 5.38 | 800 | 1.6467 |
58
- | 1.6064 | 6.05 | 900 | 1.6502 |
59
- | 1.5768 | 6.73 | 1000 | 1.6394 |
60
- | 1.5685 | 7.4 | 1100 | 1.6389 |
61
- | 1.5568 | 8.07 | 1200 | 1.6342 |
62
- | 1.5422 | 8.74 | 1300 | 1.6326 |
63
- | 1.5422 | 9.42 | 1400 | 1.6363 |
64
 
65
 
66
  ### Framework versions
67
 
68
- - Transformers 4.28.1
69
  - Pytorch 2.0.0+cu118
70
  - Datasets 2.12.0
71
  - Tokenizers 0.13.3
 
14
 
15
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 1.5835
18
 
19
  ## Model description
20
 
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | 1.3236 | 0.95 | 100 | 1.6878 |
51
+ | 1.5359 | 1.91 | 200 | 1.6104 |
52
+ | 1.5523 | 2.86 | 300 | 1.5967 |
53
+ | 1.5121 | 3.82 | 400 | 1.5945 |
54
+ | 1.4837 | 4.77 | 500 | 1.5844 |
55
+ | 1.4688 | 5.72 | 600 | 1.5872 |
56
+ | 1.4392 | 6.68 | 700 | 1.5874 |
57
+ | 1.4257 | 7.63 | 800 | 1.5849 |
58
+ | 1.4161 | 8.59 | 900 | 1.5833 |
59
+ | 1.413 | 9.54 | 1000 | 1.5835 |
 
 
 
 
60
 
61
 
62
  ### Framework versions
63
 
64
+ - Transformers 4.29.1
65
  - Pytorch 2.0.0+cu118
66
  - Datasets 2.12.0
67
  - Tokenizers 0.13.3