asandhir commited on
Commit
c9135a5
1 Parent(s): 9d94de2

End of training

Browse files
Files changed (2) hide show
  1. README.md +73 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: t5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - multi_news
8
+ model-index:
9
+ - name: t5-small_multinews_model
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # t5-small_multinews_model
17
+
18
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the multi_news dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.6269
21
+ - Rouge Rouge1: 0.1471
22
+ - Rouge Rouge2: 0.0483
23
+ - Rouge Rougel: 0.1131
24
+ - Rouge Rougelsum: 0.1131
25
+ - Bleu Bleu: 0.0003
26
+ - Bleu Precisions: [0.5848502090652357, 0.18492208339182928, 0.08486295668446923, 0.04842115016777968]
27
+ - Bleu Brevity Penalty: 0.0022
28
+ - Bleu Length Ratio: 0.1408
29
+ - Bleu Translation Length: 191567
30
+ - Bleu Reference Length: 1360656
31
+
32
+ ## Model description
33
+
34
+ More information needed
35
+
36
+ ## Intended uses & limitations
37
+
38
+ More information needed
39
+
40
+ ## Training and evaluation data
41
+
42
+ More information needed
43
+
44
+ ## Training procedure
45
+
46
+ ### Training hyperparameters
47
+
48
+ The following hyperparameters were used during training:
49
+ - learning_rate: 2e-05
50
+ - train_batch_size: 4
51
+ - eval_batch_size: 4
52
+ - seed: 42
53
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
+ - lr_scheduler_type: linear
55
+ - num_epochs: 5
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Rouge Rouge1 | Rouge Rouge2 | Rouge Rougel | Rouge Rougelsum | Bleu Bleu | Bleu Precisions | Bleu Brevity Penalty | Bleu Length Ratio | Bleu Translation Length | Bleu Reference Length |
60
+ |:-------------:|:-----:|:-----:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:---------:|:-----------------------------------------------------------------------------------:|:--------------------:|:-----------------:|:-----------------------:|:---------------------:|
61
+ | 2.9189 | 1.0 | 7870 | 2.6869 | 0.1448 | 0.0474 | 0.1117 | 0.1117 | 0.0003 | [0.5827522821123012, 0.1820493433028088, 0.08242051182628926, 0.04574874477953644] | 0.0023 | 0.1411 | 192037 | 1360656 |
62
+ | 2.8435 | 2.0 | 15740 | 2.6535 | 0.1460 | 0.0474 | 0.1122 | 0.1122 | 0.0003 | [0.5809636959568958, 0.18126278620071182, 0.08254004826406995, 0.04636911719064694] | 0.0023 | 0.1410 | 191907 | 1360656 |
63
+ | 2.7922 | 3.0 | 23610 | 2.6389 | 0.1461 | 0.0477 | 0.1124 | 0.1124 | 0.0003 | [0.581669805398619, 0.18257649098318213, 0.08343485040444401, 0.0471782007379682] | 0.0022 | 0.1405 | 191160 | 1360656 |
64
+ | 2.814 | 4.0 | 31480 | 2.6280 | 0.1468 | 0.0478 | 0.1129 | 0.1129 | 0.0003 | [0.5844809737428239, 0.18360803285143726, 0.08381524001996615, 0.04753093788548009] | 0.0022 | 0.1406 | 191262 | 1360656 |
65
+ | 2.7869 | 5.0 | 39350 | 2.6269 | 0.1471 | 0.0483 | 0.1131 | 0.1131 | 0.0003 | [0.5848502090652357, 0.18492208339182928, 0.08486295668446923, 0.04842115016777968] | 0.0022 | 0.1408 | 191567 | 1360656 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.32.1
71
+ - Pytorch 2.0.1+cu118
72
+ - Datasets 2.14.4
73
+ - Tokenizers 0.13.3
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.32.1"
6
+ }