Compare commits
5 Commits
cj_tokeniz
...
1947fix
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66a1e209e3 | ||
|
|
dba033cb5b | ||
|
|
6a32e9a0df | ||
|
|
4afb2656b3 | ||
|
|
6d9a3c4d81 |
50
examples/llama-3/fft-8b-fsdp.yml
Normal file
50
examples/llama-3/fft-8b-fsdp.yml
Normal file
@@ -0,0 +1,50 @@
|
||||
base_model: meta-llama/Llama-3.1-8B-Instruct
|
||||
|
||||
save_safetensors: true
|
||||
|
||||
datasets:
|
||||
- path: teknium/GPT4-LLM-Cleaned
|
||||
type: alpaca
|
||||
|
||||
dataset_prepared_path: ./last_run_prepared
|
||||
|
||||
output_dir: ./outputs/fft-out
|
||||
sequence_len: 8192
|
||||
|
||||
gradient_accumulation_steps: 1
|
||||
micro_batch_size: 1
|
||||
num_epochs: 1
|
||||
optimizer: adamw_torch
|
||||
learning_rate: 2e-5
|
||||
|
||||
bf16: auto
|
||||
fp16:
|
||||
tf32: false
|
||||
|
||||
logging_steps: 2
|
||||
xformers_attention:
|
||||
flash_attention: true
|
||||
|
||||
warmup_steps: 2
|
||||
evals_per_epoch: 2
|
||||
save_steps: 2
|
||||
max_steps: 2
|
||||
weight_decay: 0.0
|
||||
|
||||
fsdp:
|
||||
- full_shard
|
||||
- auto_wrap
|
||||
fsdp_config:
|
||||
fsdp_limit_all_gathers: true
|
||||
fsdp_sync_module_states: true
|
||||
fsdp_offload_params: false
|
||||
fsdp_use_orig_params: true
|
||||
fsdp_cpu_ram_efficient_loading: false
|
||||
fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
|
||||
fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
|
||||
fsdp_state_dict_type: FULL_STATE_DICT
|
||||
fsdp_sharding_strategy: FULL_SHARD
|
||||
fsdp_backward_prefetch: BACKWARD_PRE
|
||||
|
||||
special_tokens:
|
||||
pad_token: "<|end_of_text|>"
|
||||
@@ -11,7 +11,6 @@ rl: dpo
|
||||
datasets:
|
||||
- path: fozziethebeat/alpaca_messages_2k_dpo_test
|
||||
type: chat_template.default
|
||||
chat_template: llama3
|
||||
field_messages: conversation
|
||||
field_chosen: chosen
|
||||
field_rejected: rejected
|
||||
|
||||
@@ -10,7 +10,6 @@ chat_template: llama3
|
||||
datasets:
|
||||
- path: fozziethebeat/alpaca_messages_2k_test
|
||||
type: chat_template
|
||||
chat_template: llama3
|
||||
field_messages: messages
|
||||
message_field_role: role
|
||||
message_field_content: content
|
||||
|
||||
Reference in New Issue
Block a user