p1atdev commited on
Commit
76f598e
1 Parent(s): 25be760

Model save

Browse files
Files changed (2) hide show
  1. README.md +86 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: kakuyomu-retnet-300m-1
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
+ # kakuyomu-retnet-300m-1
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.6510
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.0006
36
+ - train_batch_size: 8
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: cosine
41
+ - lr_scheduler_warmup_steps: 500
42
+ - num_epochs: 2
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 5.5155 | 0.06 | 1000 | 5.5331 |
49
+ | 5.0106 | 0.13 | 2000 | 5.1774 |
50
+ | 4.793 | 0.19 | 3000 | 4.9399 |
51
+ | 4.7078 | 0.26 | 4000 | 4.7737 |
52
+ | 4.4789 | 0.32 | 5000 | 4.6373 |
53
+ | 4.3269 | 0.38 | 6000 | 4.5422 |
54
+ | 4.337 | 0.45 | 7000 | 4.4632 |
55
+ | 4.374 | 0.51 | 8000 | 4.4070 |
56
+ | 4.1447 | 0.58 | 9000 | 4.3293 |
57
+ | 4.1402 | 0.64 | 10000 | 4.2881 |
58
+ | 4.1329 | 0.7 | 11000 | 4.2287 |
59
+ | 3.9985 | 0.77 | 12000 | 4.1858 |
60
+ | 4.1185 | 0.83 | 13000 | 4.1506 |
61
+ | 4.0515 | 0.9 | 14000 | 4.0993 |
62
+ | 3.9984 | 0.96 | 15000 | 4.0611 |
63
+ | 3.7731 | 1.02 | 16000 | 4.0423 |
64
+ | 3.7403 | 1.09 | 17000 | 3.8166 |
65
+ | 3.6778 | 1.15 | 18000 | 3.8000 |
66
+ | 3.7227 | 1.22 | 19000 | 3.7875 |
67
+ | 3.6051 | 1.28 | 20000 | 3.7664 |
68
+ | 3.6143 | 1.34 | 21000 | 3.7496 |
69
+ | 3.6323 | 1.41 | 22000 | 3.7278 |
70
+ | 3.6487 | 1.47 | 23000 | 3.7089 |
71
+ | 3.6524 | 1.54 | 24000 | 3.6951 |
72
+ | 3.5621 | 1.6 | 25000 | 3.6801 |
73
+ | 3.5722 | 1.66 | 26000 | 3.6708 |
74
+ | 3.5277 | 1.73 | 27000 | 3.6635 |
75
+ | 3.6224 | 1.79 | 28000 | 3.6565 |
76
+ | 3.5663 | 1.85 | 29000 | 3.6532 |
77
+ | 3.5937 | 1.92 | 30000 | 3.6515 |
78
+ | 3.5944 | 1.98 | 31000 | 3.6510 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.34.0
84
+ - Pytorch 2.0.0+cu118
85
+ - Datasets 2.14.5
86
+ - Tokenizers 0.14.0
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": 50256,
4
+ "pad_token_id": 50256,
5
+ "transformers_version": "4.34.0"
6
+ }