Jayicebear commited on
Commit
4d75fa8
1 Parent(s): 89d2f76

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: mt5-small-finetuned-amazon-en-es
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # mt5-small-finetuned-amazon-en-es
15
+
16
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - eval_loss: 22.4140
19
+ - eval_rouge1: 0.1884
20
+ - eval_rouge2: 0.0
21
+ - eval_rougeL: 0.1884
22
+ - eval_rougeLsum: 0.1884
23
+ - eval_runtime: 6.4772
24
+ - eval_samples_per_second: 36.744
25
+ - eval_steps_per_second: 1.235
26
+ - step: 0
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5.6e-05
46
+ - train_batch_size: 32
47
+ - eval_batch_size: 32
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 8
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.28.0
56
+ - Pytorch 2.0.1+cu117
57
+ - Datasets 2.14.5
58
+ - Tokenizers 0.13.3