igmarco commited on
Commit
93231f4
1 Parent(s): bbaeda4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-amazon-en-es
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-amazon-en-es
17
+
18
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 3.0884
21
+ - Rouge1: 17.1847
22
+ - Rouge2: 8.3579
23
+ - Rougel: 16.7437
24
+ - Rougelsum: 16.7013
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: 5
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
55
+ | 7.0911 | 1.0 | 1209 | 3.3147 | 13.5672 | 5.2491 | 13.2852 | 13.2424 |
56
+ | 3.9482 | 2.0 | 2418 | 3.1565 | 16.6427 | 7.9417 | 15.9819 | 15.9061 |
57
+ | 3.6511 | 3.0 | 3627 | 3.1186 | 17.3001 | 8.7502 | 16.7138 | 16.7334 |
58
+ | 3.5201 | 4.0 | 4836 | 3.0969 | 16.7251 | 7.8414 | 16.0046 | 15.9171 |
59
+ | 3.456 | 5.0 | 6045 | 3.0884 | 17.1847 | 8.3579 | 16.7437 | 16.7013 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.28.1
65
+ - Pytorch 2.0.0+cu118
66
+ - Datasets 2.11.0
67
+ - Tokenizers 0.13.3