52101007-HuynhQuocTruong commited on
Commit
e701bd6
1 Parent(s): 46685d3

Training complete

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.7135
22
- - Sacrebleu: 0.0000
23
 
24
  ## Model description
25
 
@@ -39,21 +39,23 @@ More information needed
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 2e-05
42
- - train_batch_size: 4
43
- - eval_batch_size: 4
44
  - seed: 42
45
  - gradient_accumulation_steps: 4
46
- - total_train_batch_size: 16
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
- - num_epochs: 2
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
54
- |:-------------:|:-----:|:----:|:---------------:|:---------:|
55
- | No log | 0.992 | 62 | 0.9029 | 0.0000 |
56
- | No log | 1.984 | 124 | 0.7135 | 0.0000 |
 
 
57
 
58
 
59
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.2966
22
+ - Sacrebleu: 0.0
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
  - gradient_accumulation_steps: 4
46
+ - total_train_batch_size: 32
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 4
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
54
+ |:-------------:|:------:|:----:|:---------------:|:---------:|
55
+ | No log | 0.992 | 93 | 0.4620 | 0.0 |
56
+ | No log | 1.9947 | 187 | 0.3466 | 0.0 |
57
+ | No log | 2.9973 | 281 | 0.3070 | 0.0 |
58
+ | No log | 3.968 | 372 | 0.2966 | 0.0 |
59
 
60
 
61
  ### Framework versions