shed-e commited on
Commit
dc6292f
1 Parent(s): 26ef08c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - scitldr
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: paper-summary
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: scitldr
17
+ type: scitldr
18
+ config: Abstract
19
+ split: train
20
+ args: Abstract
21
+ metrics:
22
+ - name: Rouge1
23
+ type: rouge
24
+ value: 0.2967
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # paper-summary
31
+
32
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the scitldr dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 3.1243
35
+ - Rouge1: 0.2967
36
+ - Rouge2: 0.1277
37
+ - Rougel: 0.2457
38
+ - Rougelsum: 0.2602
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 5.6e-05
58
+ - train_batch_size: 32
59
+ - eval_batch_size: 32
60
+ - seed: 42
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - num_epochs: 8
64
+ - mixed_precision_training: Native AMP
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
69
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
70
+ | 2.9845 | 1.0 | 63 | 3.2358 | 0.288 | 0.1219 | 0.238 | 0.2522 |
71
+ | 2.7469 | 2.0 | 126 | 3.1815 | 0.2922 | 0.1251 | 0.2415 | 0.2562 |
72
+ | 2.7032 | 3.0 | 189 | 3.1564 | 0.2991 | 0.1303 | 0.2474 | 0.2619 |
73
+ | 2.6479 | 4.0 | 252 | 3.1354 | 0.2973 | 0.1282 | 0.2457 | 0.2608 |
74
+ | 2.6303 | 5.0 | 315 | 3.1297 | 0.2964 | 0.1272 | 0.2451 | 0.2598 |
75
+ | 2.6115 | 6.0 | 378 | 3.1243 | 0.2967 | 0.1277 | 0.2457 | 0.2602 |
76
+ | 2.5704 | 7.0 | 441 | 3.1264 | 0.2967 | 0.127 | 0.2453 | 0.26 |
77
+ | 2.6028 | 8.0 | 504 | 3.1252 | 0.2971 | 0.1275 | 0.2456 | 0.2604 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.24.0
83
+ - Pytorch 1.12.1+cu113
84
+ - Datasets 2.6.1
85
+ - Tokenizers 0.13.1