Miranda commited on
Commit
7ed6595
·
1 Parent(s): 3ab6c4c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: t5-small-train
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-train
17
+
18
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.2589
21
+ - Rouge1: 43.1462
22
+ - Rouge2: 20.2003
23
+ - Rougel: 37.2256
24
+ - Rougelsum: 37.7491
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5.6e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 8
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
55
+ | 3.1738 | 1.0 | 45 | 2.6267 | 34.8542 | 14.7593 | 29.9782 | 30.6298 |
56
+ | 2.6398 | 2.0 | 90 | 2.4201 | 38.2276 | 16.8995 | 33.8005 | 34.1779 |
57
+ | 2.4631 | 3.0 | 135 | 2.3275 | 40.3451 | 18.0124 | 35.2156 | 35.7063 |
58
+ | 2.3377 | 4.0 | 180 | 2.2937 | 41.8988 | 18.8153 | 36.0159 | 36.5891 |
59
+ | 2.2943 | 5.0 | 225 | 2.2786 | 43.2743 | 20.1419 | 37.261 | 37.8233 |
60
+ | 2.2183 | 6.0 | 270 | 2.2653 | 42.6978 | 19.3844 | 36.512 | 37.0261 |
61
+ | 2.2127 | 7.0 | 315 | 2.2600 | 43.2684 | 20.0259 | 37.1756 | 37.6875 |
62
+ | 2.1962 | 8.0 | 360 | 2.2589 | 43.1462 | 20.2003 | 37.2256 | 37.7491 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.18.0
68
+ - Pytorch 1.10.0+cu111
69
+ - Datasets 2.1.0
70
+ - Tokenizers 0.12.1