kiviki commited on
Commit
7442d6f
1 Parent(s): 626c009

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: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: mbart-large-50-pluska-token-sum
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
+ # mbart-large-50-pluska-token-sum
16
+
17
+ This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 4.2944
20
+ - Rouge1: 16.8143
21
+ - Rouge2: 5.2102
22
+ - Rougel: 14.3454
23
+ - Rougelsum: 14.7355
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5.6e-05
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 4
47
+ - total_train_batch_size: 32
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 8
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
56
+ | No log | 1.0 | 144 | 3.7149 | 17.1082 | 5.3773 | 14.6384 | 14.9023 |
57
+ | No log | 2.0 | 288 | 3.4301 | 17.6442 | 5.7235 | 14.9728 | 15.3384 |
58
+ | No log | 3.0 | 432 | 3.4951 | 17.491 | 5.5463 | 14.8284 | 15.2035 |
59
+ | 2.9135 | 4.0 | 576 | 3.6706 | 17.1471 | 5.3419 | 14.6302 | 14.9667 |
60
+ | 2.9135 | 5.0 | 720 | 3.9122 | 16.6979 | 5.1895 | 14.2909 | 14.6367 |
61
+ | 2.9135 | 6.0 | 864 | 4.0815 | 16.5961 | 5.1915 | 14.2459 | 14.5916 |
62
+ | 2.9135 | 7.0 | 1008 | 4.2448 | 16.7793 | 5.2088 | 14.3515 | 14.7136 |
63
+ | 1.0097 | 8.0 | 1152 | 4.2944 | 16.8143 | 5.2102 | 14.3454 | 14.7355 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.27.0
69
+ - Pytorch 2.0.0
70
+ - Datasets 2.10.1
71
+ - Tokenizers 0.13.2