Alikhan Urumov commited on
Commit
641de9d
1 Parent(s): 61b900b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: t5-russian-spell
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # t5-russian-spell
13
+
14
+ This model is a fine-tuned version of [sberbank-ai/ruT5-base](https://huggingface.co/sberbank-ai/ruT5-base) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - eval_loss: 0.5568
17
+ - eval_rouge1: 41.1665
18
+ - eval_rouge2: 18.3827
19
+ - eval_rougeL: 41.2147
20
+ - eval_rougeLsum: 41.1122
21
+ - eval_gen_len: 62.512
22
+ - eval_runtime: 183.2248
23
+ - eval_samples_per_second: 2.729
24
+ - eval_steps_per_second: 0.344
25
+ - epoch: 0.4
26
+ - step: 5000
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 0.0002
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 1
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Framework versions
55
+
56
+ - Transformers 4.17.0
57
+ - Pytorch 1.10.0+cu111
58
+ - Datasets 2.0.0
59
+ - Tokenizers 0.11.6