datien228 commited on
Commit
37ab3de
1 Parent(s): 3bc3154

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -5
README.md CHANGED
@@ -1,11 +1,79 @@
1
  ---
2
- language:
3
- - en
4
  tags:
5
- - summarization
6
- license: mit
7
  datasets:
8
  - multi_news
9
  metrics:
10
  - rouge
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
 
3
  tags:
4
+ - generated_from_trainer
 
5
  datasets:
6
  - multi_news
7
  metrics:
8
  - rouge
9
+ model-index:
10
+ - name: distilbart-cnn-12-6-ftn-multi_news
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: multi_news
17
+ type: multi_news
18
+ args: default
19
+ metrics:
20
+ - name: Rouge1
21
+ type: rouge
22
+ value: 39.9832
23
+ ---
24
+
25
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
+ should probably proofread and complete it, then remove this comment. -->
27
+
28
+ # distilbart-cnn-12-6-ftn-multi_news
29
+
30
+ This model is a fine-tuned version of [sshleifer/distilbart-cnn-12-6](https://huggingface.co/sshleifer/distilbart-cnn-12-6) on the multi_news dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 4.0202
33
+ - Rouge1: 39.9832
34
+ - Rouge2: 13.0653
35
+ - Rougel: 22.1761
36
+ - Rougelsum: 34.5466
37
+ - Gen Len: 132.41
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 2e-05
57
+ - train_batch_size: 4
58
+ - eval_batch_size: 4
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_steps: 500
63
+ - num_epochs: 1
64
+ - mixed_precision_training: Native AMP
65
+ - label_smoothing_factor: 0.1
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
70
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
71
+ | 4.1427 | 0.89 | 400 | 4.0202 | 39.9832 | 13.0653 | 22.1761 | 34.5466 | 132.41 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.18.0
77
+ - Pytorch 1.11.0
78
+ - Datasets 2.1.0
79
+ - Tokenizers 0.12.1