emonty777 commited on
Commit
26ea43c
1 Parent(s): 36e2cbf

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - cnn_dailymail
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: bart-base-cnndm
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: cnn_dailymail
17
+ type: cnn_dailymail
18
+ config: 3.0.0
19
+ split: test
20
+ args: 3.0.0
21
+ metrics:
22
+ - name: Rouge1
23
+ type: rouge
24
+ value: 25.0336
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
+ # bart-base-cnndm
31
+
32
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the cnn_dailymail dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 1.5802
35
+ - Rouge1: 25.0336
36
+ - Rouge2: 12.5344
37
+ - Rougel: 20.8721
38
+ - Rougelsum: 23.5806
39
+ - Gen Len: 19.9998
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: 3e-05
59
+ - train_batch_size: 8
60
+ - eval_batch_size: 8
61
+ - seed: 42
62
+ - gradient_accumulation_steps: 4
63
+ - total_train_batch_size: 32
64
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
+ - lr_scheduler_type: linear
66
+ - num_epochs: 4
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
71
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
72
+ | 1.845 | 1.0 | 8972 | 1.6461 | 24.8325 | 12.327 | 20.6952 | 23.3653 | 19.9998 |
73
+ | 1.7427 | 2.0 | 17945 | 1.6098 | 24.9118 | 12.4577 | 20.786 | 23.4624 | 19.9998 |
74
+ | 1.6727 | 3.0 | 26917 | 1.5881 | 24.9723 | 12.4738 | 20.8317 | 23.5195 | 19.9994 |
75
+ | 1.6288 | 4.0 | 35888 | 1.5802 | 25.0336 | 12.5344 | 20.8721 | 23.5806 | 19.9998 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.27.1
81
+ - Pytorch 2.0.1+cu118
82
+ - Datasets 2.9.0
83
+ - Tokenizers 0.13.3