JulianS commited on
Commit
cb6c4c5
1 Parent(s): c3539a8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: led-base-16384-finetuned-summscreen-bestval-100-genlen-10-epochs
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # led-base-16384-finetuned-summscreen-bestval-100-genlen-10-epochs
16
+
17
+ This model is a fine-tuned version of [allenai/led-base-16384](https://huggingface.co/allenai/led-base-16384) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.1833
20
+ - Rouge1: 31.6225
21
+ - Rouge2: 6.7688
22
+ - Rougel: 18.5526
23
+ - Rougelsum: 27.3033
24
+ - Gen Len: 81.8209
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: 1e-05
44
+ - train_batch_size: 1
45
+ - eval_batch_size: 1
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 10
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
56
+ | 3.1147 | 0.99 | 3500 | 3.0409 | 30.2997 | 6.0055 | 17.6836 | 26.3062 | 92.0363 |
57
+ | 2.7805 | 1.99 | 7000 | 2.9981 | 31.0651 | 6.1553 | 18.2326 | 26.6136 | 84.1678 |
58
+ | 2.6362 | 2.98 | 10500 | 3.0013 | 31.0598 | 6.4268 | 18.3805 | 26.7816 | 81.1338 |
59
+ | 2.4646 | 3.98 | 14000 | 3.0267 | 31.46 | 6.5898 | 18.5842 | 27.165 | 83.4966 |
60
+ | 2.2546 | 4.97 | 17500 | 3.0448 | 31.4952 | 6.3709 | 18.2124 | 27.111 | 86.1701 |
61
+ | 2.1432 | 5.97 | 21000 | 3.0840 | 31.6475 | 6.663 | 18.504 | 27.2444 | 81.3583 |
62
+ | 2.0585 | 6.96 | 24500 | 3.1105 | 31.3432 | 6.7862 | 18.4461 | 27.0081 | 76.4671 |
63
+ | 1.9243 | 7.96 | 28000 | 3.1558 | 31.5712 | 6.6456 | 18.3928 | 27.2066 | 81.1769 |
64
+ | 1.8828 | 8.95 | 31500 | 3.1686 | 31.6361 | 6.4783 | 18.4167 | 27.2049 | 83.0658 |
65
+ | 1.8403 | 9.95 | 35000 | 3.1833 | 31.6225 | 6.7688 | 18.5526 | 27.3033 | 81.8209 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.26.0
71
+ - Pytorch 1.13.1
72
+ - Datasets 2.9.0
73
+ - Tokenizers 0.13.2