Madan490 commited on
Commit
3ff23ba
1 Parent(s): 68578e8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: finetuned_multi_news_bart_text_summarisation
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
+ config: default
19
+ split: test
20
+ args: default
21
+ metrics:
22
+ - name: Rouge1
23
+ type: rouge
24
+ value: 0.4038
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
+ # finetuned_multi_news_bart_text_summarisation
31
+
32
+ This model is a fine-tuned version of [slauw87/bart_summarisation](https://huggingface.co/slauw87/bart_summarisation) on the multi_news dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 2.8952
35
+ - Rouge1: 0.4038
36
+ - Rouge2: 0.1389
37
+ - Rougel: 0.2155
38
+ - Rougelsum: 0.2147
39
+ - Gen Len: 138.7667
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 5e-05
59
+ - train_batch_size: 2
60
+ - eval_batch_size: 2
61
+ - seed: 42
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - num_epochs: 2
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
69
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:--------:|
70
+ | No log | 1.0 | 15 | 2.9651 | 0.3903 | 0.134 | 0.21 | 0.2098 | 137.6 |
71
+ | No log | 2.0 | 30 | 2.8952 | 0.4038 | 0.1389 | 0.2155 | 0.2147 | 138.7667 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.30.2
77
+ - Pytorch 2.0.1+cu118
78
+ - Datasets 2.13.1
79
+ - Tokenizers 0.13.3