emmyapi commited on
Commit
ddfcc33
1 Parent(s): 7734984

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: distilbart-podimo-data-eval-1
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-podimo-data-eval-1
16
+
17
+ This model is a fine-tuned version of [sshleifer/distilbart-cnn-12-6](https://huggingface.co/sshleifer/distilbart-cnn-12-6) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.3983
20
+ - Rouge1: 34.6132
21
+ - Rouge2: 7.9113
22
+ - Rougel: 17.9418
23
+ - Rougelsum: 31.5251
24
+ - Gen Len: 141.5587
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: 5e-05
44
+ - train_batch_size: 1
45
+ - eval_batch_size: 1
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 64
48
+ - total_train_batch_size: 64
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 8
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:--------:|
57
+ | 4.1934 | 0.98 | 44 | 3.7592 | 32.8148 | 6.457 | 16.8696 | 29.6986 | 141.4441 |
58
+ | 3.6362 | 1.98 | 88 | 3.5809 | 33.0442 | 6.851 | 17.1323 | 30.1382 | 141.324 |
59
+ | 3.3554 | 2.98 | 132 | 3.4835 | 33.66 | 7.1375 | 17.5152 | 30.5783 | 141.2793 |
60
+ | 3.1566 | 3.98 | 176 | 3.4301 | 34.524 | 7.757 | 17.995 | 31.5808 | 141.7151 |
61
+ | 3.0107 | 4.98 | 220 | 3.4099 | 34.3459 | 7.7512 | 18.0605 | 31.4531 | 141.4106 |
62
+ | 2.901 | 5.98 | 264 | 3.4073 | 35.028 | 7.9099 | 17.9907 | 31.8304 | 141.5419 |
63
+ | 2.8246 | 6.98 | 308 | 3.3983 | 34.1937 | 7.8606 | 17.7858 | 31.1331 | 141.5279 |
64
+ | 2.7306 | 7.98 | 352 | 3.3983 | 34.6132 | 7.9113 | 17.9418 | 31.5251 | 141.5587 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.25.1
70
+ - Pytorch 1.11.0
71
+ - Datasets 2.2.1
72
+ - Tokenizers 0.12.1