Training in progress, step 400
Browse files- axolotl_config.yaml +9 -5
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +2 -2
axolotl_config.yaml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
base_model:
|
| 2 |
batch_size: 32
|
| 3 |
bf16: true
|
| 4 |
chat_template: tokenizer_default_fallback_alpaca
|
|
@@ -13,7 +13,9 @@ datasets:
|
|
| 13 |
no_input_format: '{instruction}'
|
| 14 |
system_format: '{system}'
|
| 15 |
system_prompt: ''
|
| 16 |
-
|
|
|
|
|
|
|
| 17 |
flash_attention: true
|
| 18 |
gpu_memory_limit: 80GiB
|
| 19 |
group_by_length: true
|
|
@@ -23,22 +25,24 @@ learning_rate: 0.0002
|
|
| 23 |
logging_steps: 10
|
| 24 |
lr_scheduler: cosine
|
| 25 |
max_steps: 2500
|
| 26 |
-
micro_batch_size:
|
| 27 |
model_type: AutoModelForCausalLM
|
| 28 |
num_epochs: 100
|
| 29 |
optimizer: adamw_bnb_8bit
|
| 30 |
output_dir: /root/.sn56/axolotl/outputs/tiny-dummy-qwen2
|
| 31 |
pad_to_sequence_len: true
|
| 32 |
resize_token_embeddings_to_32x: false
|
| 33 |
-
|
|
|
|
| 34 |
save_total_limit: 1
|
| 35 |
sequence_len: 2048
|
| 36 |
tokenizer_type: Qwen2TokenizerFast
|
|
|
|
| 37 |
trust_remote_code: true
|
| 38 |
val_set_size: 0.1
|
| 39 |
wandb_entity: ''
|
| 40 |
wandb_mode: online
|
| 41 |
-
wandb_name:
|
| 42 |
wandb_project: Gradients-On-Demand
|
| 43 |
wandb_run: your_name
|
| 44 |
wandb_runid: default
|
|
|
|
| 1 |
+
base_model: peft-internal-testing/tiny-dummy-qwen2
|
| 2 |
batch_size: 32
|
| 3 |
bf16: true
|
| 4 |
chat_template: tokenizer_default_fallback_alpaca
|
|
|
|
| 13 |
no_input_format: '{instruction}'
|
| 14 |
system_format: '{system}'
|
| 15 |
system_prompt: ''
|
| 16 |
+
device_map: auto
|
| 17 |
+
eval_sample_packing: false
|
| 18 |
+
eval_steps: 200
|
| 19 |
flash_attention: true
|
| 20 |
gpu_memory_limit: 80GiB
|
| 21 |
group_by_length: true
|
|
|
|
| 25 |
logging_steps: 10
|
| 26 |
lr_scheduler: cosine
|
| 27 |
max_steps: 2500
|
| 28 |
+
micro_batch_size: 4
|
| 29 |
model_type: AutoModelForCausalLM
|
| 30 |
num_epochs: 100
|
| 31 |
optimizer: adamw_bnb_8bit
|
| 32 |
output_dir: /root/.sn56/axolotl/outputs/tiny-dummy-qwen2
|
| 33 |
pad_to_sequence_len: true
|
| 34 |
resize_token_embeddings_to_32x: false
|
| 35 |
+
sample_packing: false
|
| 36 |
+
save_steps: 400
|
| 37 |
save_total_limit: 1
|
| 38 |
sequence_len: 2048
|
| 39 |
tokenizer_type: Qwen2TokenizerFast
|
| 40 |
+
torch_dtype: bf16
|
| 41 |
trust_remote_code: true
|
| 42 |
val_set_size: 0.1
|
| 43 |
wandb_entity: ''
|
| 44 |
wandb_mode: online
|
| 45 |
+
wandb_name: peft-internal-testing/tiny-dummy-qwen2-argilla/databricks-dolly-15k-curated-en
|
| 46 |
wandb_project: Gradients-On-Demand
|
| 47 |
wandb_run: your_name
|
| 48 |
wandb_runid: default
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"Qwen2ForCausalLM"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "peft-internal-testing/tiny-dummy-qwen2",
|
| 3 |
"architectures": [
|
| 4 |
"Qwen2ForCausalLM"
|
| 5 |
],
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2433024
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d74a2d30e9b5eaccdc8860d90690f3f6102f6de30d1c8b6b8ec10411ff53d836
|
| 3 |
size 2433024
|
training_args.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:6cafd6770e4d3416c27e43a8308e52009a8c0c1fff65ee59e17f0872cd1b39e9
|
| 3 |
+
size 6840
|