Broomva commited on
Commit
6d757d8
·
1 Parent(s): 6277348

End of training

Browse files
Files changed (1) hide show
  1. README.md +24 -13
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 [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.3694
21
- - Bleu: 0.6133
22
- - Gen Len: 18.05
23
 
24
  ## Model description
25
 
@@ -39,27 +39,38 @@ More information needed
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 2e-05
42
- - train_batch_size: 16
43
- - eval_batch_size: 16
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_steps: 10
48
- - num_epochs: 3
49
- - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
- |:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
55
- | 1.7203 | 1.0 | 6445 | 1.5225 | 0.5652 | 18.0594 |
56
- | 1.5582 | 2.0 | 12890 | 1.4019 | 0.5994 | 18.036 |
57
- | 1.5224 | 3.0 | 19335 | 1.3694 | 0.6133 | 18.05 |
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
 
60
  ### Framework versions
61
 
62
  - Transformers 4.35.2
63
- - Pytorch 2.1.1+cu121
64
  - Datasets 2.15.0
65
  - Tokenizers 0.15.0
 
17
 
18
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.0136
21
+ - Bleu: 1.4957
22
+ - Gen Len: 17.8854
23
 
24
  ## Model description
25
 
 
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 2e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_steps: 10
48
+ - num_epochs: 15
 
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
53
+ |:-------------:|:-----:|:------:|:---------------:|:------:|:-------:|
54
+ | 1.3933 | 1.0 | 7668 | 1.5107 | 0.8563 | 18.0712 |
55
+ | 1.598 | 2.0 | 15336 | 1.3444 | 0.9626 | 18.0648 |
56
+ | 1.4277 | 3.0 | 23004 | 1.2551 | 1.1025 | 17.9695 |
57
+ | 1.4152 | 4.0 | 30672 | 1.2000 | 1.1361 | 17.9426 |
58
+ | 1.1671 | 5.0 | 38340 | 1.1565 | 1.2243 | 17.8416 |
59
+ | 1.1777 | 6.0 | 46008 | 1.1217 | 1.2874 | 17.8809 |
60
+ | 1.4485 | 7.0 | 53676 | 1.0955 | 1.3318 | 17.9663 |
61
+ | 1.3209 | 8.0 | 61344 | 1.0729 | 1.3889 | 17.967 |
62
+ | 1.394 | 9.0 | 69012 | 1.0557 | 1.4082 | 17.8646 |
63
+ | 1.0608 | 10.0 | 76680 | 1.0435 | 1.4463 | 17.9294 |
64
+ | 1.0713 | 11.0 | 84348 | 1.0323 | 1.4558 | 17.9015 |
65
+ | 0.976 | 12.0 | 92016 | 1.0248 | 1.4666 | 17.9103 |
66
+ | 1.0782 | 13.0 | 99684 | 1.0191 | 1.484 | 17.8929 |
67
+ | 1.045 | 14.0 | 107352 | 1.0150 | 1.4869 | 17.8875 |
68
+ | 0.9936 | 15.0 | 115020 | 1.0136 | 1.4957 | 17.8854 |
69
 
70
 
71
  ### Framework versions
72
 
73
  - Transformers 4.35.2
74
+ - Pytorch 1.13.1+cu117
75
  - Datasets 2.15.0
76
  - Tokenizers 0.15.0