milyiyo commited on
Commit
2c1a003
·
1 Parent(s): 7e359ae

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: paraphraser-spanish-mt5-small
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # paraphraser-spanish-mt5-small
14
+
15
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.4586
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 10
38
+ - eval_batch_size: 10
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 1
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 3.5365 | 0.07 | 2000 | 1.7577 |
49
+ | 2.5821 | 0.14 | 4000 | 1.6885 |
50
+ | 2.3485 | 0.21 | 6000 | 1.6532 |
51
+ | 2.2427 | 0.28 | 8000 | 1.5780 |
52
+ | 2.1358 | 0.35 | 10000 | 1.5455 |
53
+ | 2.0808 | 0.42 | 12000 | 1.5185 |
54
+ | 2.0139 | 0.5 | 14000 | 1.5130 |
55
+ | 1.9883 | 0.57 | 16000 | 1.5012 |
56
+ | 1.969 | 0.64 | 18000 | 1.4911 |
57
+ | 1.9697 | 0.71 | 20000 | 1.4706 |
58
+ | 1.9552 | 0.78 | 22000 | 1.4653 |
59
+ | 1.9264 | 0.85 | 24000 | 1.4669 |
60
+ | 1.932 | 0.92 | 26000 | 1.4569 |
61
+ | 1.9256 | 0.99 | 28000 | 1.4586 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.26.0
67
+ - Pytorch 1.13.1+cu116
68
+ - Datasets 2.9.0
69
+ - Tokenizers 0.13.2