j0hngou commited on
Commit
9205e86
1 Parent(s): 207217b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +90 -0
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - ccmatrix
7
+ metrics:
8
+ - bleu
9
+ model-index:
10
+ - name: t5-small-finetuned-en-to-it
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: ccmatrix
17
+ type: ccmatrix
18
+ config: en-it
19
+ split: train[3000:15000]
20
+ args: en-it
21
+ metrics:
22
+ - name: Bleu
23
+ type: bleu
24
+ value: 7.7504
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # t5-small-finetuned-en-to-it
31
+
32
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the ccmatrix dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 2.2736
35
+ - Bleu: 7.7504
36
+ - Gen Len: 60.0173
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 2e-05
56
+ - train_batch_size: 16
57
+ - eval_batch_size: 16
58
+ - seed: 42
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - num_epochs: 15
62
+ - mixed_precision_training: Native AMP
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
67
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
68
+ | 3.4319 | 1.0 | 750 | 2.8398 | 2.2549 | 92.1093 |
69
+ | 3.0931 | 2.0 | 1500 | 2.7018 | 3.061 | 87.6667 |
70
+ | 3.0119 | 3.0 | 2250 | 2.6072 | 3.8085 | 79.9573 |
71
+ | 2.8924 | 4.0 | 3000 | 2.5345 | 4.4824 | 73.2513 |
72
+ | 2.8415 | 5.0 | 3750 | 2.4761 | 5.0326 | 70.2667 |
73
+ | 2.7656 | 6.0 | 4500 | 2.4320 | 5.4965 | 67.55 |
74
+ | 2.7305 | 7.0 | 5250 | 2.3915 | 6.1202 | 65.9733 |
75
+ | 2.6847 | 8.0 | 6000 | 2.3605 | 6.4886 | 64.696 |
76
+ | 2.656 | 9.0 | 6750 | 2.3352 | 6.7504 | 62.7593 |
77
+ | 2.6252 | 10.0 | 7500 | 2.3161 | 7.1305 | 61.516 |
78
+ | 2.6101 | 11.0 | 8250 | 2.3001 | 7.2954 | 61.1827 |
79
+ | 2.5974 | 12.0 | 9000 | 2.2882 | 7.516 | 60.974 |
80
+ | 2.5815 | 13.0 | 9750 | 2.2798 | 7.6634 | 60.4747 |
81
+ | 2.5665 | 14.0 | 10500 | 2.2750 | 7.6801 | 60.3567 |
82
+ | 2.5688 | 15.0 | 11250 | 2.2736 | 7.7504 | 60.0173 |
83
+
84
+
85
+ ### Framework versions
86
+
87
+ - Transformers 4.22.1
88
+ - Pytorch 1.12.1+cu113
89
+ - Datasets 2.5.1
90
+ - Tokenizers 0.12.1