danhsf commited on
Commit
5762d0b
·
1 Parent(s): b8e6a79

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
+ model-index:
8
+ - name: t5-small-finetuned-en-to-pt
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # t5-small-finetuned-en-to-pt
16
+
17
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4025
20
+ - Bleu: 5.1591
21
+ - Gen Len: 18.6818
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.005
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 1
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
51
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
52
+ | 0.6566 | 0.16 | 1000 | 0.5401 | 3.797 | 18.6912 |
53
+ | 0.5868 | 0.32 | 2000 | 0.4865 | 4.3681 | 18.6722 |
54
+ | 0.5369 | 0.48 | 3000 | 0.4504 | 4.6045 | 18.6858 |
55
+ | 0.5055 | 0.64 | 4000 | 0.4240 | 4.9816 | 18.6754 |
56
+ | 0.4693 | 0.8 | 5000 | 0.4058 | 5.1477 | 18.6782 |
57
+ | 0.4631 | 0.96 | 6000 | 0.4025 | 5.1591 | 18.6818 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.15.0
63
+ - Pytorch 1.10.0+cu111
64
+ - Datasets 1.17.0
65
+ - Tokenizers 0.10.3