Built with Axolotl

See axolotl config

axolotl version: 0.10.0

base_model: Qwen/Qwen2.5-Coder-32B-Instruct

load_in_8bit: false
load_in_4bit: false

datasets:
  - path: train.jsonl
    type: chat_template

dataset_prepared_path: last_run_prepared
val_set_size: 0.01
output_dir: ./outputs/out

# --- LoRA ์„ค์ • ์ถ”๊ฐ€ (32B ํ•™์Šต ์„ฑ๊ณต์˜ ํ•ต์‹ฌ) ---
adapter: lora
lora_r: 64            # 16 โ†’ 64 (์ตœ์†Œ 4๋ฐฐ)
lora_alpha: 128       # alpha = 2 ร— rank ์œ ์ง€
lora_dropout: 0.05    # ์œ ์ง€
lora_target_modules:
  - q_proj
  - k_proj
  - v_proj
  - o_proj
  - gate_proj
  - up_proj
  - down_proj
# ------------------------------------------

sequence_len: 8192
sample_packing: false
eval_sample_packing: false
pad_to_sequence_len: false

plugins:
  - axolotl.integrations.liger.LigerPlugin
liger_rope: true
liger_rms_norm: true
liger_swiglu: true
liger_fused_linear_cross_entropy: true

wandb_project: wizl-base-m
wandb_entity:
wandb_watch:
wandb_name: 32b-base-rfg
wandb_log_model:

hub_model_id: jadechoi/wizl_base_32b-rfg
push_to_hub: true
hub_private_repo: false   # ์ด๊ฑธ false๋กœ ํ•˜๋ฉด public

# --- ์†๋„์™€ ์•ˆ์ •์„ฑ์„ ๋ชจ๋‘ ์žก์€ ๋ฐฐ์น˜ ์„ค์ • ---
micro_batch_size: 4    # VRAM ์—ฌ์œ  ์žˆ์œผ๋‹ˆ 2 โ†’ 4๋กœ ์˜ฌ๋ ค์„œ ํ•™์Šต ์†๋„ ํ–ฅ์ƒ
gradient_accumulation_steps: 8  # batch size ์˜ฌ๋ ธ์œผ๋‹ˆ 16 โ†’ 8๋กœ ์กฐ์ •
optimizer: paged_adamw_8bit
gradient_checkpointing: true    # LoRA ํ™˜๊ฒฝ์—์„œ๋Š” ๋‹ค์‹œ true๋กœ ์„ค์ •ํ•˜์—ฌ ์•ˆ์ •์„ฑ ํ™•๋ณด
# ------------------------------------------

num_epochs: 3
lr_scheduler: cosine
learning_rate: 2e-4             # LoRA๋Š” Full FT๋ณด๋‹ค ์กฐ๊ธˆ ๋” ๋†’์€ ํ•™์Šต๋ฅ ์ด ํšจ๊ณผ์ ์ž…๋‹ˆ๋‹ค

bf16: true
fp16:
tf32: false

logging_steps: 1
flash_attention: true
eager_attention:

warmup_ratio: 0.05
evals_per_epoch: 0
saves_per_epoch: 1
weight_decay: 0.01

# LoRA ์‚ฌ์šฉ ์‹œ FSDP๋Š” ํ•„์š” ์—†๊ฑฐ๋‚˜ ์ตœ์†Œํ™”ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
# ์—ฌ๊ธฐ์„œ๋Š” ๊ฐ€์žฅ ํ˜ธํ™˜์„ฑ ์ข‹์€ ๊ธฐ๋ณธ DDP ๋ฐฉ์‹์„ ์‚ฌ์šฉํ•˜๊ฒŒ ๋ฉ๋‹ˆ๋‹ค.
fsdp:
fsdp_config:

wizl_base_32b-rfg

This model is a fine-tuned version of Qwen/Qwen2.5-Coder-32B-Instruct on the train.jsonl dataset.

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 0.0002
  • train_batch_size: 4
  • eval_batch_size: 4
  • seed: 42
  • distributed_type: multi-GPU
  • num_devices: 2
  • gradient_accumulation_steps: 8
  • total_train_batch_size: 64
  • total_eval_batch_size: 8
  • optimizer: Use OptimizerNames.PAGED_ADAMW_8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • lr_scheduler_type: cosine
  • lr_scheduler_warmup_steps: 33
  • training_steps: 673

Training results

Framework versions

  • PEFT 0.15.2
  • Transformers 4.52.3
  • Pytorch 2.6.0+cu124
  • Datasets 3.6.0
  • Tokenizers 0.21.4
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for jadechoi/wizl_base_32b-rfg

Base model

Qwen/Qwen2.5-32B
Adapter
(58)
this model