vishnun commited on
Commit
ecce5f8
1 Parent(s): a771e24

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -11
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 an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 1.7536
18
 
19
  ## Model description
20
 
@@ -34,29 +34,32 @@ More information needed
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-05
37
- - train_batch_size: 32
38
  - eval_batch_size: 8
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 7
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:-----:|:---------------:|
48
- | 2.1364 | 1.0 | 2106 | 1.8266 |
49
- | 2.0131 | 2.0 | 4212 | 1.7688 |
50
- | 1.9435 | 3.0 | 6318 | 1.7572 |
51
- | 1.8904 | 4.0 | 8424 | 1.7694 |
52
- | 1.8695 | 5.0 | 10530 | 1.7581 |
53
- | 1.8502 | 6.0 | 12636 | 1.7571 |
54
- | 1.8284 | 7.0 | 14742 | 1.7536 |
 
 
 
55
 
56
 
57
  ### Framework versions
58
 
59
- - Transformers 4.30.0
60
  - Pytorch 2.0.1+cu118
61
  - Datasets 2.12.0
62
  - Tokenizers 0.13.3
 
14
 
15
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 1.7541
18
 
19
  ## Model description
20
 
 
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-05
37
+ - train_batch_size: 64
38
  - eval_batch_size: 8
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 10
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 2.2228 | 1.0 | 1053 | 1.8560 |
49
+ | 2.078 | 2.0 | 2106 | 1.7876 |
50
+ | 1.9936 | 3.0 | 3159 | 1.7681 |
51
+ | 1.9479 | 4.0 | 4212 | 1.7580 |
52
+ | 1.911 | 5.0 | 5265 | 1.7552 |
53
+ | 1.883 | 6.0 | 6318 | 1.7642 |
54
+ | 1.8738 | 7.0 | 7371 | 1.7618 |
55
+ | 1.8524 | 8.0 | 8424 | 1.7571 |
56
+ | 1.847 | 9.0 | 9477 | 1.7532 |
57
+ | 1.8346 | 10.0 | 10530 | 1.7541 |
58
 
59
 
60
  ### Framework versions
61
 
62
+ - Transformers 4.30.1
63
  - Pytorch 2.0.1+cu118
64
  - Datasets 2.12.0
65
  - Tokenizers 0.13.3