Training in progress, step 50
Browse files- axolotl_config.yaml +2 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
axolotl_config.yaml
CHANGED
@@ -15,7 +15,7 @@ datasets:
|
|
15 |
system_prompt: ''
|
16 |
device_map: auto
|
17 |
eval_sample_packing: false
|
18 |
-
eval_steps:
|
19 |
flash_attention: true
|
20 |
gradient_checkpointing: true
|
21 |
group_by_length: true
|
@@ -33,7 +33,7 @@ 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:
|
37 |
save_total_limit: 2
|
38 |
sequence_len: 2048
|
39 |
tokenizer_type: LlamaTokenizerFast
|
|
|
15 |
system_prompt: ''
|
16 |
device_map: auto
|
17 |
eval_sample_packing: false
|
18 |
+
eval_steps: 50
|
19 |
flash_attention: true
|
20 |
gradient_checkpointing: true
|
21 |
group_by_length: true
|
|
|
33 |
pad_to_sequence_len: true
|
34 |
resize_token_embeddings_to_32x: false
|
35 |
sample_packing: true
|
36 |
+
save_steps: 50
|
37 |
save_total_limit: 2
|
38 |
sequence_len: 2048
|
39 |
tokenizer_type: LlamaTokenizerFast
|
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:766cd54d702e68387e8a47e9d3324fdfdbfc71c54ddeef13d62611ad5f472b94
|
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:120614a5953861571b441322c20a1add8c543820ada9a66731f41e9cf2b7b9de
|
3 |
size 6904
|