theojolliffe commited on
Commit
1b1e8f0
1 Parent(s): 69d3ccd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: distilbart-cnn-arxiv-pubmed-pubmed-v3-e8
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
+ # distilbart-cnn-arxiv-pubmed-pubmed-v3-e8
16
+
17
+ This model is a fine-tuned version of [theojolliffe/distilbart-cnn-arxiv-pubmed-pubmed](https://huggingface.co/theojolliffe/distilbart-cnn-arxiv-pubmed-pubmed) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.8422
20
+ - Rouge1: 54.9328
21
+ - Rouge2: 36.7154
22
+ - Rougel: 39.5674
23
+ - Rougelsum: 52.4889
24
+ - Gen Len: 142.0
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: 2
45
+ - eval_batch_size: 2
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 8
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:--------:|
56
+ | No log | 1.0 | 398 | 1.1158 | 50.9754 | 30.9416 | 33.9908 | 48.4925 | 142.0 |
57
+ | 1.3585 | 2.0 | 796 | 0.9733 | 52.7954 | 33.8196 | 36.7836 | 50.4929 | 141.9259 |
58
+ | 0.8785 | 3.0 | 1194 | 0.9142 | 53.5548 | 35.3954 | 37.4787 | 51.1024 | 142.0 |
59
+ | 0.6485 | 4.0 | 1592 | 0.8666 | 52.6449 | 34.0018 | 37.5391 | 50.428 | 141.4074 |
60
+ | 0.6485 | 5.0 | 1990 | 0.8458 | 53.8913 | 35.4481 | 38.1552 | 51.3737 | 141.8889 |
61
+ | 0.4993 | 6.0 | 2388 | 0.8571 | 54.7333 | 36.8173 | 40.228 | 52.5574 | 141.9444 |
62
+ | 0.3957 | 7.0 | 2786 | 0.8455 | 54.9826 | 37.9674 | 40.5786 | 52.5968 | 141.9815 |
63
+ | 0.328 | 8.0 | 3184 | 0.8422 | 54.9328 | 36.7154 | 39.5674 | 52.4889 | 142.0 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.18.0
69
+ - Pytorch 1.11.0+cu113
70
+ - Datasets 2.2.0
71
+ - Tokenizers 0.12.1