ad019el commited on
Commit
db6d56a
1 Parent(s): 42d69b1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: mt5-small-finetuned-tq-to-ar
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # mt5-small-finetuned-tq-to-ar
17
+
18
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 3.2607
21
+ - Bleu: 0.0533
22
+ - Gen Len: 19.0
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 15
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
53
+ | 11.4687 | 1.0 | 656 | 4.1640 | 0.0355 | 18.2007 |
54
+ | 5.255 | 2.0 | 1312 | 3.6826 | 0.0314 | 18.8971 |
55
+ | 4.6562 | 3.0 | 1968 | 3.5592 | 0.03 | 19.0 |
56
+ | 4.329 | 4.0 | 2624 | 3.4714 | 0.0304 | 19.0 |
57
+ | 4.2431 | 5.0 | 3280 | 3.4219 | 0.0425 | 19.0 |
58
+ | 4.1638 | 6.0 | 3936 | 3.3766 | 0.0532 | 19.0 |
59
+ | 4.0727 | 7.0 | 4592 | 3.3530 | 0.0539 | 19.0 |
60
+ | 4.0424 | 8.0 | 5248 | 3.3293 | 0.0536 | 19.0 |
61
+ | 3.9878 | 9.0 | 5904 | 3.3079 | 0.0526 | 19.0 |
62
+ | 3.9417 | 10.0 | 6560 | 3.2885 | 0.0532 | 19.0 |
63
+ | 3.9272 | 11.0 | 7216 | 3.2813 | 0.0531 | 19.0 |
64
+ | 3.9144 | 12.0 | 7872 | 3.2733 | 0.0522 | 19.0 |
65
+ | 3.8918 | 13.0 | 8528 | 3.2665 | 0.0539 | 19.0 |
66
+ | 3.8884 | 14.0 | 9184 | 3.2617 | 0.0527 | 19.0 |
67
+ | 3.8857 | 15.0 | 9840 | 3.2607 | 0.0533 | 19.0 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.31.0
73
+ - Pytorch 2.0.1+cu118
74
+ - Datasets 2.14.4
75
+ - Tokenizers 0.13.3