See axolotl config
axolotl version: 0.13.1
base_model: Qwen/Qwen3-Coder-30B-A3B-Instruct
model_type: AutoModelForCausalLM
tokenizer_type: AutoTokenizer
trust_remote_code: true
load_in_8bit: false
load_in_4bit: false
adapter: lora
lora_r: 128
lora_alpha: 256
lora_dropout: 0.05
lora_target_linear: true
lora_target_modules:
- q_proj
- k_proj
- v_proj
- o_proj
- gate_proj
- up_proj
- down_proj
datasets:
- path: /root/sweetflipstraining/data/sweetflippy_train.jsonl
type: chat_template
chat_template: chatml
field_messages: conversations
val_set_size: 0.0
dataset_prepared_path: null
dataset_num_proc: 64
dataloader_num_workers: 8
output_dir: /root/sweetflipstraining/outputs/agent-sft-max-speed
hub_model_id: Sweetflips/qwen3-coder-30b-agent-v1
# REDUCED for memory
sequence_len: 8192
sample_packing: true
pad_to_sequence_len: true
# REDUCED batch size
micro_batch_size: 2
gradient_accumulation_steps: 4
num_epochs: 1
learning_rate: 1e-4
lr_scheduler: cosine
warmup_ratio: 0.05
optimizer: adamw_torch_fused
weight_decay: 0.01
max_grad_norm: 1.0
lr_groups: []
bf16: true
tf32: true
# ENABLE gradient checkpointing to save memory
gradient_checkpointing: true
flash_attention: false
sdp_attention: true
deepspeed: configs/deepspeed_configs/zero3_no_offload.json
save_strategy: steps
save_steps: 100
save_total_limit: 10
eval_strategy: "no"
wandb_mode: disabled
seed: 42
chat_template: chatml
special_tokens:
pad_token: "<|endoftext|>"
auto_resume_from_checkpoints: false
qwen3-coder-30b-agent-v1
This model is a fine-tuned version of Qwen/Qwen3-Coder-30B-A3B-Instruct on custom agent training data for code generation and agentic behavior.
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.0001
- train_batch_size: 2
- eval_batch_size: 2
- seed: 42
- distributed_type: multi-GPU
- num_devices: 8
- gradient_accumulation_steps: 4
- total_train_batch_size: 64
- total_eval_batch_size: 16
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED 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: 2
- training_steps: 23
Training results
Framework versions
- PEFT 0.18.1
- Transformers 4.57.6
- Pytorch 2.11.0.dev20251215+cu128
- Datasets 4.5.0
- Tokenizers 0.22.2
- Downloads last month
- 1
Model tree for Sweetflips/qwen3-coder-30b-agent-v1
Base model
Qwen/Qwen3-Coder-30B-A3B-Instruct