aleksahet commited on
Commit
5680d33
1 Parent(s): daa3750

End of training

Browse files
Files changed (2) hide show
  1. README.md +66 -0
  2. generation_config.json +5 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: radiant-elevator-179
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
+ # radiant-elevator-179
13
+
14
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 3.1022
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.0005
36
+ - train_batch_size: 16
37
+ - eval_batch_size: 16
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 4
42
+
43
+ ### Training results
44
+
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:------:|:---------------:|
47
+ | 3.1442 | 0.33 | 10000 | 3.1404 |
48
+ | 3.1463 | 0.66 | 20000 | 3.1392 |
49
+ | 3.1317 | 1.0 | 30000 | 3.1363 |
50
+ | 3.1378 | 1.33 | 40000 | 3.1348 |
51
+ | 3.1398 | 1.66 | 50000 | 3.1345 |
52
+ | 3.1229 | 1.99 | 60000 | 3.1335 |
53
+ | 3.1271 | 2.32 | 70000 | 3.1315 |
54
+ | 3.1259 | 2.66 | 80000 | 3.1239 |
55
+ | 3.1172 | 2.99 | 90000 | 3.1163 |
56
+ | 3.1204 | 3.32 | 100000 | 3.1101 |
57
+ | 3.111 | 3.65 | 110000 | 3.1050 |
58
+ | 3.1061 | 3.98 | 120000 | 3.1022 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.33.0
64
+ - Pytorch 2.0.0
65
+ - Datasets 2.14.5
66
+ - Tokenizers 0.13.3
generation_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "pad_token_id": 4,
4
+ "transformers_version": "4.33.0"
5
+ }