theojolliffe commited on
Commit
b367aee
1 Parent(s): 486f553

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: bart-cnn-pubmed-arxiv-pubmed-v3-e10
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
+ # bart-cnn-pubmed-arxiv-pubmed-v3-e10
16
+
17
+ This model is a fine-tuned version of [theojolliffe/bart-cnn-pubmed-arxiv-pubmed](https://huggingface.co/theojolliffe/bart-cnn-pubmed-arxiv-pubmed) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.8410
20
+ - Rouge1: 56.5123
21
+ - Rouge2: 41.1641
22
+ - Rougel: 43.4495
23
+ - Rougelsum: 54.544
24
+ - Gen Len: 141.6667
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: 1
45
+ - eval_batch_size: 1
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 10
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
+ | 1.254 | 1.0 | 795 | 0.9244 | 52.4478 | 32.5958 | 34.8756 | 49.8059 | 142.0 |
57
+ | 0.6985 | 2.0 | 1590 | 0.8156 | 52.4786 | 33.2296 | 35.5063 | 49.737 | 141.7963 |
58
+ | 0.5252 | 3.0 | 2385 | 0.7821 | 52.0494 | 32.953 | 36.5502 | 49.7292 | 142.0 |
59
+ | 0.3389 | 4.0 | 3180 | 0.7422 | 53.5408 | 36.2206 | 39.8389 | 51.6693 | 142.0 |
60
+ | 0.26 | 5.0 | 3975 | 0.7670 | 54.4279 | 36.5972 | 40.255 | 52.0877 | 142.0 |
61
+ | 0.1678 | 6.0 | 4770 | 0.8106 | 54.6811 | 37.8329 | 40.8512 | 52.3482 | 141.963 |
62
+ | 0.1243 | 7.0 | 5565 | 0.7926 | 54.5081 | 37.9596 | 41.912 | 52.5097 | 142.0 |
63
+ | 0.0967 | 8.0 | 6360 | 0.8079 | 56.0795 | 40.0954 | 43.7055 | 54.2041 | 142.0 |
64
+ | 0.0709 | 9.0 | 7155 | 0.8390 | 55.5257 | 38.5546 | 42.1562 | 53.5524 | 141.963 |
65
+ | 0.0691 | 10.0 | 7950 | 0.8410 | 56.5123 | 41.1641 | 43.4495 | 54.544 | 141.6667 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.18.0
71
+ - Pytorch 1.11.0+cu113
72
+ - Datasets 2.1.0
73
+ - Tokenizers 0.12.1