SaviAnna commited on
Commit
0ce76ea
·
verified ·
1 Parent(s): dcce9ee

Model save

Browse files
Files changed (2) hide show
  1. README.md +69 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: rus_gpt2_continued
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
+ # rus_gpt2_continued
13
+
14
+ This model was trained from scratch on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 2.5007
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 0.005
36
+ - train_batch_size: 128
37
+ - eval_batch_size: 128
38
+ - seed: 42
39
+ - gradient_accumulation_steps: 2
40
+ - total_train_batch_size: 256
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: cosine
43
+ - lr_scheduler_warmup_steps: 50
44
+ - num_epochs: 2
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:------:|:-----:|:---------------:|
51
+ | 3.1129 | 0.1698 | 1000 | 3.0504 |
52
+ | 3.0676 | 0.3396 | 2000 | 3.0015 |
53
+ | 3.0157 | 0.5094 | 3000 | 2.9528 |
54
+ | 2.9646 | 0.6792 | 4000 | 2.9015 |
55
+ | 2.9108 | 0.8490 | 5000 | 2.8427 |
56
+ | 2.8472 | 1.0188 | 6000 | 2.7835 |
57
+ | 2.7629 | 1.1886 | 7000 | 2.7155 |
58
+ | 2.6931 | 1.3583 | 8000 | 2.6456 |
59
+ | 2.6264 | 1.5281 | 9000 | 2.5798 |
60
+ | 2.5615 | 1.6979 | 10000 | 2.5268 |
61
+ | 2.5206 | 1.8677 | 11000 | 2.5007 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.42.4
67
+ - Pytorch 2.3.1+cu121
68
+ - Datasets 2.20.0
69
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.42.4"
6
+ }