anzorq commited on
Commit
43fe7c3
1 Parent(s): 87f057d

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ru
4
+ - kbd
5
+ license: unknown
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - anzorq/kbd_lat-ru
10
+ metrics:
11
+ - bleu
12
+ model-index:
13
+ - name: tst-translation
14
+ results:
15
+ - task:
16
+ name: Translation
17
+ type: translation
18
+ dataset:
19
+ name: anzorq/kbd_lat-ru anzorq--kbd-ru
20
+ type: anzorq/kbd_lat-ru
21
+ args: anzorq--kbd-ru
22
+ metrics:
23
+ - name: Bleu
24
+ type: bleu
25
+ value: 12.649
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
+ # tst-translation
32
+
33
+ This model is a fine-tuned version of [anzorq/kbd_lat-835k_ru-3M_t5-small](https://huggingface.co/anzorq/kbd_lat-835k_ru-3M_t5-small) on the anzorq/kbd_lat-ru anzorq--kbd-ru dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 2.6000
36
+ - Bleu: 12.649
37
+ - Gen Len: 11.8018
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: 5e-05
57
+ - train_batch_size: 30
58
+ - eval_batch_size: 30
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 35.0
63
+
64
+ ### Training results
65
+
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.21.0.dev0
71
+ - Pytorch 1.10.0+cu113
72
+ - Datasets 1.16.0
73
+ - Tokenizers 0.12.1