Eka-Korn commited on
Commit
7930d20
1 Parent(s): 63c81e5

End of training

Browse files
Files changed (2) hide show
  1. README.md +69 -0
  2. generation_config.json +7 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: UrukHan/t5-russian-summarization
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: t5-russian-summarization
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/kornilova_eka/huggingface/runs/qlwnr551)
16
+ # t5-russian-summarization
17
+
18
+ This model is a fine-tuned version of [UrukHan/t5-russian-summarization](https://huggingface.co/UrukHan/t5-russian-summarization) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.6100
21
+ - Rouge1: 14.6206
22
+ - Rouge2: 3.6976
23
+ - Rougel: 14.7351
24
+ - Rougelsum: 14.6463
25
+ - Gen Len: 15.3711
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 5e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 1
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
+ |:-------------:|:------:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
57
+ | 1.63 | 0.1769 | 5000 | 1.6100 | 14.6206 | 3.6976 | 14.7351 | 14.6463 | 15.3711 |
58
+ | 1.6458 | 0.3538 | 10000 | 1.6100 | 14.6206 | 3.6976 | 14.7351 | 14.6463 | 15.3711 |
59
+ | 1.6401 | 0.5306 | 15000 | 1.6100 | 14.6206 | 3.6976 | 14.7351 | 14.6463 | 15.3711 |
60
+ | 1.6504 | 0.7075 | 20000 | 1.6100 | 14.6206 | 3.6976 | 14.7351 | 14.6463 | 15.3711 |
61
+ | 1.6104 | 0.8844 | 25000 | 1.6100 | 14.6206 | 3.6976 | 14.7351 | 14.6463 | 15.3711 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.42.0.dev0
67
+ - Pytorch 2.0.1
68
+ - Datasets 2.20.0
69
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 2,
4
+ "max_length": 64,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.42.0.dev0"
7
+ }