NikitaKukuzey commited on
Commit
ec6e9f9
·
1 Parent(s): a701872

End of training

Browse files
Files changed (2) hide show
  1. README.md +60 -0
  2. generation_config.json +7 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: UrukHan/t5-russian-summarization
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: Urukhan_based
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # Urukhan_based
14
+
15
+ This model is a fine-tuned version of [UrukHan/t5-russian-summarization](https://huggingface.co/UrukHan/t5-russian-summarization) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 1.5822
18
+ - eval_rouge1: 12.4365
19
+ - eval_rouge2: 2.3859
20
+ - eval_rougeL: 12.4889
21
+ - eval_rougeLsum: 12.4796
22
+ - eval_gen_len: 15.7862
23
+ - eval_runtime: 46.8578
24
+ - eval_samples_per_second: 10.18
25
+ - eval_steps_per_second: 0.64
26
+ - epoch: 1.18
27
+ - step: 10000
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 3
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.35.0
58
+ - Pytorch 2.0.0
59
+ - Datasets 2.1.0
60
+ - Tokenizers 0.14.1
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 2,
4
+ "max_length": 256,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.35.0"
7
+ }