End of training
Browse files- README.md +32 -32
- generation_config.json +3 -3
- pytorch_model.bin +2 -2
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
license:
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- axolotl
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
results: []
|
11 |
---
|
12 |
|
@@ -18,20 +18,20 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
axolotl version: `0.4.1`
|
20 |
```yaml
|
21 |
-
base_model:
|
22 |
batch_size: 32
|
23 |
bf16: true
|
24 |
chat_template: tokenizer_default_fallback_alpaca
|
25 |
datasets:
|
26 |
- data_files:
|
27 |
-
-
|
28 |
ds_type: json
|
29 |
format: custom
|
30 |
-
path: /workspace/input_data/
|
31 |
type:
|
32 |
-
field_input:
|
33 |
-
field_instruction:
|
34 |
-
field_output:
|
35 |
format: '{instruction} {input}'
|
36 |
no_input_format: '{instruction}'
|
37 |
system_format: '{system}'
|
@@ -41,7 +41,7 @@ flash_attention: true
|
|
41 |
gpu_memory_limit: 80GiB
|
42 |
gradient_checkpointing: true
|
43 |
group_by_length: true
|
44 |
-
hub_model_id: willtensora/
|
45 |
hub_strategy: checkpoint
|
46 |
learning_rate: 0.0002
|
47 |
logging_steps: 10
|
@@ -57,15 +57,13 @@ sample_packing: false
|
|
57 |
save_steps: 40
|
58 |
save_total_limit: 1
|
59 |
sequence_len: 2048
|
60 |
-
|
61 |
-
pad_token: <|end_of_text|>
|
62 |
-
tokenizer_type: PreTrainedTokenizerFast
|
63 |
train_on_inputs: false
|
64 |
trust_remote_code: true
|
65 |
val_set_size: 0.1
|
66 |
wandb_entity: ''
|
67 |
wandb_mode: online
|
68 |
-
wandb_name:
|
69 |
wandb_project: Gradients-On-Demand
|
70 |
wandb_run: your_name
|
71 |
wandb_runid: default
|
@@ -76,11 +74,11 @@ xformers_attention: true
|
|
76 |
|
77 |
</details><br>
|
78 |
|
79 |
-
#
|
80 |
|
81 |
-
This model is a fine-tuned version of [
|
82 |
It achieves the following results on the evaluation set:
|
83 |
-
- Loss:
|
84 |
|
85 |
## Model description
|
86 |
|
@@ -109,26 +107,28 @@ The following hyperparameters were used during training:
|
|
109 |
- total_eval_batch_size: 32
|
110 |
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
111 |
- lr_scheduler_type: cosine
|
112 |
-
- lr_scheduler_warmup_steps:
|
113 |
-
- training_steps:
|
114 |
|
115 |
### Training results
|
116 |
|
117 |
| Training Loss | Epoch | Step | Validation Loss |
|
118 |
|:-------------:|:------:|:----:|:---------------:|
|
119 |
-
| No log | 0.
|
120 |
-
|
|
121 |
-
|
|
122 |
-
|
|
123 |
-
|
|
124 |
-
|
|
125 |
-
|
|
126 |
-
|
|
127 |
-
|
|
128 |
-
|
|
129 |
-
|
|
130 |
-
|
|
131 |
-
|
|
|
|
|
|
132 |
|
133 |
|
134 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: Qwen/Qwen2-0.5B
|
5 |
tags:
|
6 |
- axolotl
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
9 |
+
- name: 459779f2-cbce-4ec0-b11c-1dcdf92498d8
|
10 |
results: []
|
11 |
---
|
12 |
|
|
|
18 |
|
19 |
axolotl version: `0.4.1`
|
20 |
```yaml
|
21 |
+
base_model: Qwen/Qwen2-0.5B
|
22 |
batch_size: 32
|
23 |
bf16: true
|
24 |
chat_template: tokenizer_default_fallback_alpaca
|
25 |
datasets:
|
26 |
- data_files:
|
27 |
+
- 745d2d05aaed18f4_train_data.json
|
28 |
ds_type: json
|
29 |
format: custom
|
30 |
+
path: /workspace/input_data/745d2d05aaed18f4_train_data.json
|
31 |
type:
|
32 |
+
field_input: pos
|
33 |
+
field_instruction: task
|
34 |
+
field_output: query
|
35 |
format: '{instruction} {input}'
|
36 |
no_input_format: '{instruction}'
|
37 |
system_format: '{system}'
|
|
|
41 |
gpu_memory_limit: 80GiB
|
42 |
gradient_checkpointing: true
|
43 |
group_by_length: true
|
44 |
+
hub_model_id: willtensora/459779f2-cbce-4ec0-b11c-1dcdf92498d8
|
45 |
hub_strategy: checkpoint
|
46 |
learning_rate: 0.0002
|
47 |
logging_steps: 10
|
|
|
57 |
save_steps: 40
|
58 |
save_total_limit: 1
|
59 |
sequence_len: 2048
|
60 |
+
tokenizer_type: Qwen2TokenizerFast
|
|
|
|
|
61 |
train_on_inputs: false
|
62 |
trust_remote_code: true
|
63 |
val_set_size: 0.1
|
64 |
wandb_entity: ''
|
65 |
wandb_mode: online
|
66 |
+
wandb_name: Qwen/Qwen2-0.5B-/workspace/input_data/745d2d05aaed18f4_train_data.json
|
67 |
wandb_project: Gradients-On-Demand
|
68 |
wandb_run: your_name
|
69 |
wandb_runid: default
|
|
|
74 |
|
75 |
</details><br>
|
76 |
|
77 |
+
# 459779f2-cbce-4ec0-b11c-1dcdf92498d8
|
78 |
|
79 |
+
This model is a fine-tuned version of [Qwen/Qwen2-0.5B](https://huggingface.co/Qwen/Qwen2-0.5B) on the None dataset.
|
80 |
It achieves the following results on the evaluation set:
|
81 |
+
- Loss: 2.4560
|
82 |
|
83 |
## Model description
|
84 |
|
|
|
107 |
- total_eval_batch_size: 32
|
108 |
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
109 |
- lr_scheduler_type: cosine
|
110 |
+
- lr_scheduler_warmup_steps: 14
|
111 |
+
- training_steps: 291
|
112 |
|
113 |
### Training results
|
114 |
|
115 |
| Training Loss | Epoch | Step | Validation Loss |
|
116 |
|:-------------:|:------:|:----:|:---------------:|
|
117 |
+
| No log | 0.0004 | 1 | 3.9660 |
|
118 |
+
| 2.8207 | 0.0086 | 20 | 3.1038 |
|
119 |
+
| 3.1247 | 0.0172 | 40 | 3.0989 |
|
120 |
+
| 2.9411 | 0.0258 | 60 | 2.8986 |
|
121 |
+
| 2.9915 | 0.0344 | 80 | 2.8742 |
|
122 |
+
| 2.8038 | 0.0430 | 100 | 2.8405 |
|
123 |
+
| 2.8518 | 0.0516 | 120 | 2.7728 |
|
124 |
+
| 2.7079 | 0.0602 | 140 | 2.6985 |
|
125 |
+
| 2.6076 | 0.0688 | 160 | 2.6416 |
|
126 |
+
| 2.6172 | 0.0774 | 180 | 2.5695 |
|
127 |
+
| 2.552 | 0.0860 | 200 | 2.5151 |
|
128 |
+
| 2.5036 | 0.0946 | 220 | 2.4783 |
|
129 |
+
| 2.4887 | 0.1032 | 240 | 2.4610 |
|
130 |
+
| 2.4008 | 0.1118 | 260 | 2.4569 |
|
131 |
+
| 2.424 | 0.1204 | 280 | 2.4560 |
|
132 |
|
133 |
|
134 |
### Framework versions
|
generation_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"bos_token_id": 128000,
|
4 |
"do_sample": true,
|
5 |
-
"eos_token_id":
|
|
|
6 |
"transformers_version": "4.46.0"
|
7 |
}
|
|
|
1 |
{
|
2 |
+
"bos_token_id": 151643,
|
|
|
3 |
"do_sample": true,
|
4 |
+
"eos_token_id": 151643,
|
5 |
+
"max_new_tokens": 2048,
|
6 |
"transformers_version": "4.46.0"
|
7 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3215986268fec825d0014ee32eded07cd52ce8556945acb19dbacdd0c12be2bb
|
3 |
+
size 988163026
|