awinml commited on
Commit
2a40ec4
·
1 Parent(s): 32faa27

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: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: distilbart-cnn-12-6-sec
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-12-6-sec
16
+
17
+ This model is a fine-tuned version of [sshleifer/distilbart-cnn-12-6](https://huggingface.co/sshleifer/distilbart-cnn-12-6) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0798
20
+ - Rouge1: 72.1665
21
+ - Rouge2: 62.2601
22
+ - Rougel: 67.8376
23
+ - Rougelsum: 71.1407
24
+ - Gen Len: 121.62
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: 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
+ | No log | 1.0 | 99 | 0.3526 | 53.3978 | 38.6395 | 45.6271 | 51.0477 | 111.48 |
57
+ | No log | 2.0 | 198 | 0.1961 | 55.7397 | 43.6293 | 50.9595 | 54.0764 | 111.46 |
58
+ | No log | 3.0 | 297 | 0.1483 | 66.9443 | 54.8966 | 62.6678 | 65.6787 | 118.64 |
59
+ | No log | 4.0 | 396 | 0.1218 | 67.2661 | 56.1852 | 63.1339 | 65.8066 | 124.92 |
60
+ | No log | 5.0 | 495 | 0.1139 | 67.2097 | 55.8694 | 62.7508 | 65.9706 | 123.02 |
61
+ | 0.4156 | 6.0 | 594 | 0.0940 | 71.607 | 60.6697 | 66.7873 | 70.339 | 122.84 |
62
+ | 0.4156 | 7.0 | 693 | 0.0888 | 71.3792 | 61.8326 | 68.25 | 70.5113 | 124.4 |
63
+ | 0.4156 | 8.0 | 792 | 0.0870 | 72.7472 | 62.6968 | 68.2853 | 71.5789 | 124.34 |
64
+ | 0.4156 | 9.0 | 891 | 0.0799 | 73.4438 | 63.5966 | 68.8737 | 72.3014 | 119.88 |
65
+ | 0.4156 | 10.0 | 990 | 0.0798 | 72.1665 | 62.2601 | 67.8376 | 71.1407 | 121.62 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.20.1
71
+ - Pytorch 1.11.0
72
+ - Datasets 2.1.0
73
+ - Tokenizers 0.12.1