DunnBC22 commited on
Commit
bcf19ca
1 Parent(s): fa07ec6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: led-base-16384-text_summarization_data
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-text_summarization_data
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: 0.9531
20
+ - Rouge1: 43.3689
21
+ - Rouge2: 19.9885
22
+ - Rougel: 39.9887
23
+ - Rougelsum: 40.0679
24
+ - Gen Len: 14.0392
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: 2e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 4
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
55
+ | 1.329 | 1.0 | 1197 | 0.9704 | 42.4111 | 19.8995 | 39.4717 | 39.5449 | 14.254 |
56
+ | 0.8367 | 2.0 | 2394 | 0.9425 | 43.1141 | 19.6089 | 39.7533 | 39.8298 | 14.1058 |
57
+ | 0.735 | 3.0 | 3591 | 0.9421 | 42.8101 | 19.8281 | 39.617 | 39.6751 | 13.7101 |
58
+ | 0.6737 | 4.0 | 4788 | 0.9531 | 43.3689 | 19.9885 | 39.9887 | 40.0679 | 14.0392 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.26.1
64
+ - Pytorch 1.12.1
65
+ - Datasets 2.9.0
66
+ - Tokenizers 0.12.1