SebastianAmayaCeballos commited on
Commit
fc3db2c
1 Parent(s): 2a91183

End of training

Browse files
Files changed (3) hide show
  1. README.md +78 -0
  2. generation_config.json +6 -0
  3. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: t5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - tatoeba
8
+ metrics:
9
+ - bleu
10
+ model-index:
11
+ - name: MLEAFIT_tralate_spanish_portuguese
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: tatoeba
18
+ type: tatoeba
19
+ config: es-pt
20
+ split: train
21
+ args: es-pt
22
+ metrics:
23
+ - name: Bleu
24
+ type: bleu
25
+ value: 11.2994
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # MLEAFIT_tralate_spanish_portuguese
32
+
33
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the tatoeba dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.7472
36
+ - Bleu: 11.2994
37
+ - Gen Len: 15.8838
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 2e-05
57
+ - train_batch_size: 64
58
+ - eval_batch_size: 64
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 3
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
67
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
68
+ | 2.6856 | 1.0 | 858 | 1.9674 | 8.9672 | 15.7279 |
69
+ | 2.1422 | 2.0 | 1716 | 1.7900 | 10.7687 | 15.8897 |
70
+ | 2.0298 | 3.0 | 2574 | 1.7472 | 11.2994 | 15.8838 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.33.0
76
+ - Pytorch 2.0.0
77
+ - Datasets 2.1.0
78
+ - Tokenizers 0.13.3
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.33.0"
6
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8fee1bb76b320c6f968c24c6f3e7f81e594d2a40d9c62e01240d03d0a5ad409f
3
  size 242071641
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cb5b20a6b5108dd431d45bae2d29a802cd4ad76111ba0a360e1f0b7fb449186
3
  size 242071641