nikhedward commited on
Commit
f0dc013
1 Parent(s): 8b5d6af

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - multi_news
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: bart-large-cnn-finetuned-multi-news1
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: 42.1215
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
+ # bart-large-cnn-finetuned-multi-news1
29
+
30
+ This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the multi_news dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 2.0858
33
+ - Rouge1: 42.1215
34
+ - Rouge2: 14.9986
35
+ - Rougel: 23.4737
36
+ - Rougelsum: 36.4212
37
+ - Gen Len: 133.703
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
+ - gradient_accumulation_steps: 4
61
+ - total_train_batch_size: 16
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - num_epochs: 1
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
69
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
70
+ | 2.1984 | 1.0 | 750 | 2.0858 | 42.1215 | 14.9986 | 23.4737 | 36.4212 | 133.703 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.18.0
76
+ - Pytorch 1.10.0+cu111
77
+ - Datasets 2.0.0
78
+ - Tokenizers 0.11.6