bunbohue commited on
Commit
b66c707
1 Parent(s): fd95b22

End of training

Browse files
Files changed (1) hide show
  1. README.md +23 -5
README.md CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
3
  base_model: t5-large
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: t5-large_readme_summarization
8
  results: []
@@ -14,6 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
14
  # t5-large_readme_summarization
15
 
16
  This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on the None dataset.
 
 
 
 
 
 
 
17
 
18
  ## Model description
19
 
@@ -33,17 +42,26 @@ More information needed
33
 
34
  The following hyperparameters were used during training:
35
  - learning_rate: 2e-05
36
- - train_batch_size: 4
37
- - eval_batch_size: 4
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
  - num_epochs: 4
42
- - mixed_precision_training: Native AMP
 
 
 
 
 
 
 
 
 
43
 
44
  ### Framework versions
45
 
46
- - Transformers 4.35.0
47
- - Pytorch 2.1.0+cu118
48
  - Datasets 2.14.6
49
  - Tokenizers 0.14.1
 
3
  base_model: t5-large
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
  model-index:
9
  - name: t5-large_readme_summarization
10
  results: []
 
16
  # t5-large_readme_summarization
17
 
18
  This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.7393
21
+ - Rouge1: 0.4806
22
+ - Rouge2: 0.3307
23
+ - Rougel: 0.4559
24
+ - Rougelsum: 0.4552
25
+ - Gen Len: 13.8969
26
 
27
  ## Model description
28
 
 
42
 
43
  The following hyperparameters were used during training:
44
  - learning_rate: 2e-05
45
+ - train_batch_size: 2
46
+ - eval_batch_size: 2
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
  - num_epochs: 4
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
+ | 1.968 | 1.0 | 2916 | 1.8066 | 0.4624 | 0.3113 | 0.4349 | 0.4342 | 14.0995 |
57
+ | 1.8681 | 2.0 | 5832 | 1.7578 | 0.4791 | 0.327 | 0.453 | 0.4526 | 13.8046 |
58
+ | 1.875 | 3.0 | 8748 | 1.7441 | 0.479 | 0.3291 | 0.4536 | 0.4536 | 13.8909 |
59
+ | 1.8169 | 4.0 | 11664 | 1.7393 | 0.4806 | 0.3307 | 0.4559 | 0.4552 | 13.8969 |
60
+
61
 
62
  ### Framework versions
63
 
64
+ - Transformers 4.35.1
65
+ - Pytorch 2.1.0+cu121
66
  - Datasets 2.14.6
67
  - Tokenizers 0.14.1