Training in progress, step 20
Browse files- axolotl_config.yaml +9 -9
- model.safetensors +1 -1
- training_args.bin +1 -1
axolotl_config.yaml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
base_model: trl-internal-testing/tiny-random-LlamaForCausalLM
|
2 |
-
batch_size:
|
3 |
bf16: true
|
4 |
chat_template: tokenizer_default_fallback_alpaca
|
5 |
datasets:
|
@@ -15,26 +15,26 @@ datasets:
|
|
15 |
system_prompt: ''
|
16 |
device_map: auto
|
17 |
eval_sample_packing: false
|
18 |
-
eval_steps:
|
19 |
flash_attention: true
|
20 |
-
|
21 |
group_by_length: true
|
22 |
hub_model_id: SystemAdmin123/tiny-random-LlamaForCausalLM
|
23 |
hub_strategy: checkpoint
|
24 |
learning_rate: 0.0002
|
25 |
logging_steps: 10
|
26 |
lr_scheduler: cosine
|
27 |
-
max_steps:
|
28 |
-
micro_batch_size:
|
29 |
model_type: AutoModelForCausalLM
|
30 |
num_epochs: 100
|
31 |
optimizer: adamw_bnb_8bit
|
32 |
-
output_dir: /root/.sn56/axolotl/
|
33 |
pad_to_sequence_len: true
|
34 |
resize_token_embeddings_to_32x: false
|
35 |
-
sample_packing:
|
36 |
-
save_steps:
|
37 |
-
save_total_limit:
|
38 |
sequence_len: 2048
|
39 |
tokenizer_type: LlamaTokenizerFast
|
40 |
torch_dtype: bf16
|
|
|
1 |
base_model: trl-internal-testing/tiny-random-LlamaForCausalLM
|
2 |
+
batch_size: 64
|
3 |
bf16: true
|
4 |
chat_template: tokenizer_default_fallback_alpaca
|
5 |
datasets:
|
|
|
15 |
system_prompt: ''
|
16 |
device_map: auto
|
17 |
eval_sample_packing: false
|
18 |
+
eval_steps: 40
|
19 |
flash_attention: true
|
20 |
+
gradient_checkpointing: true
|
21 |
group_by_length: true
|
22 |
hub_model_id: SystemAdmin123/tiny-random-LlamaForCausalLM
|
23 |
hub_strategy: checkpoint
|
24 |
learning_rate: 0.0002
|
25 |
logging_steps: 10
|
26 |
lr_scheduler: cosine
|
27 |
+
max_steps: 5000
|
28 |
+
micro_batch_size: 32
|
29 |
model_type: AutoModelForCausalLM
|
30 |
num_epochs: 100
|
31 |
optimizer: adamw_bnb_8bit
|
32 |
+
output_dir: /root/.sn56/axolotl/tmp/tiny-random-LlamaForCausalLM
|
33 |
pad_to_sequence_len: true
|
34 |
resize_token_embeddings_to_32x: false
|
35 |
+
sample_packing: true
|
36 |
+
save_steps: 20
|
37 |
+
save_total_limit: 2
|
38 |
sequence_len: 2048
|
39 |
tokenizer_type: LlamaTokenizerFast
|
40 |
torch_dtype: bf16
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2066752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9b841b09c9dd8f6d4d92bae6a6575aadd48707d9b68b71831107d9f2bc76adb
|
3 |
size 2066752
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6904
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:786399a4c033c92470f06cc2d0496bbd0810a0dfdf57aa0b5e9a8edf096bb52a
|
3 |
size 6904
|