santiviquez commited on
Commit
481c2e3
·
1 Parent(s): f69d1c1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: mt5-small-finetuned-samsum-en
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # mt5-small-finetuned-samsum-en
17
+
18
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.4304
21
+ - Rouge1: 21.9966
22
+ - Rouge2: 9.1451
23
+ - Rougel: 19.532
24
+ - Rougelsum: 20.6359
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: 5.6e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
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
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
55
+ | No log | 1.0 | 125 | 4.0396 | 8.9392 | 1.5339 | 8.1146 | 8.538 |
56
+ | No log | 2.0 | 250 | 3.0166 | 17.0822 | 6.0564 | 15.1854 | 16.2353 |
57
+ | No log | 3.0 | 375 | 2.7375 | 18.9169 | 7.0912 | 16.8087 | 17.7473 |
58
+ | No log | 4.0 | 500 | 2.5996 | 20.5929 | 7.8755 | 18.2074 | 19.3914 |
59
+ | No log | 5.0 | 625 | 2.5095 | 21.1958 | 8.7027 | 18.8919 | 19.9921 |
60
+ | No log | 6.0 | 750 | 2.4641 | 21.2479 | 8.8452 | 18.9289 | 19.9557 |
61
+ | No log | 7.0 | 875 | 2.4341 | 22.1418 | 9.1294 | 19.6073 | 20.7666 |
62
+ | No log | 8.0 | 1000 | 2.4304 | 21.9966 | 9.1451 | 19.532 | 20.6359 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.19.2
68
+ - Pytorch 1.11.0+cu113
69
+ - Datasets 2.2.2
70
+ - Tokenizers 0.12.1