summervent commited on
Commit
181eba1
1 Parent(s): e0bf920

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - rouge
6
+ model-index:
7
+ - name: speller-t5-909
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # speller-t5-909
15
+
16
+ This model is a fine-tuned version of [sberbank-ai/ruT5-large](https://huggingface.co/sberbank-ai/ruT5-large) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.0814
19
+ - Rouge1: 18.2203
20
+ - Rouge2: 5.9322
21
+ - Rougel: 17.7966
22
+ - Rougelsum: 18.2203
23
+ - Gen Len: 42.0424
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5e-05
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 1
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
55
+ | 0.3022 | 0.1 | 1500 | 0.1563 | 18.2203 | 5.9322 | 17.7966 | 18.2203 | 43.4492 |
56
+ | 0.2274 | 0.2 | 3000 | 0.1311 | 18.2203 | 5.9322 | 17.7966 | 18.2203 | 42.3814 |
57
+ | 0.2001 | 0.31 | 4500 | 0.1128 | 18.2203 | 5.9322 | 17.7966 | 18.2203 | 41.9407 |
58
+ | 0.1757 | 0.41 | 6000 | 0.1063 | 18.2203 | 5.9322 | 17.7966 | 18.2203 | 42.2542 |
59
+ | 0.1612 | 0.51 | 7500 | 0.1002 | 17.9379 | 5.0847 | 17.5141 | 17.7966 | 42.339 |
60
+ | 0.1718 | 0.61 | 9000 | 0.0921 | 18.2203 | 5.9322 | 17.7966 | 18.2203 | 42.0508 |
61
+ | 0.1678 | 0.72 | 10500 | 0.0834 | 17.7966 | 5.0847 | 17.3729 | 17.7966 | 41.9831 |
62
+ | 0.1407 | 0.82 | 12000 | 0.0793 | 18.2203 | 5.9322 | 17.7966 | 18.2203 | 42.2119 |
63
+ | 0.1447 | 0.92 | 13500 | 0.0814 | 18.2203 | 5.9322 | 17.7966 | 18.2203 | 42.0424 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.26.0
69
+ - Pytorch 1.13.1+cu116
70
+ - Datasets 2.9.0
71
+ - Tokenizers 0.13.2