tuandunghcmut/Qwen3-8B-Private
028
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->
<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/> <details><summary>See axolotl config</summary>
axolotl version: 0.13.0.dev0
base_model: Qwen/Qwen3-8B
# Automatically upload checkpoint and final model to HF
# hub_model_id: username/custom_model_name
hub_model_id: tuandunghcmut/Qwen3-8B-Private
plugins:
- axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
strict: false
chat_template: qwen3
datasets:
# - path: trendmicro-ailab/Primus-Seed
# type: chat_template
# split: train[:20%]
# split: train
# field_messages: conversations
# message_property_mappings:
# role: from
# content: value
- path: trendmicro-ailab/Primus-Reasoning
type: chat_template
# split: train[:20%]
split: train
split_thinking: true
chat_template: qwen3
field_messages: messages
message_property_mappings:
role: role
content: content
val_set_size: 0.075
output_dir: ./outputs/out2
dataset_prepared_path: last_run_prepared
# sequence_len: 2048
sequence_len: 3072
sample_packing: true
eval_sample_packing: true
load_in_4bit: true
adapter: qlora
# lora_r: 16
# lora_alpha: 32
# lora_r: 32
# lora_alpha: 64
lora_r: 64
lora_alpha: 128
lora_target_modules:
- q_proj
- k_proj
- v_proj
- o_proj
- down_proj
- up_proj
lora_mlp_kernel: true
lora_qkv_kernel: true
lora_o_kernel: true
wandb_project:
wandb_entity:
wandb_watch:
wandb_name:
wandb_log_model:
gradient_accumulation_steps: 2
micro_batch_size: 4
num_epochs: 30
optimizer: adamw_torch_4bit
lr_scheduler: cosine
learning_rate: 0.00002
bf16: auto
tf32: true
gradient_checkpointing: offload
gradient_checkpointing_kwargs:
use_reentrant: false
resume_from_checkpoint:
logging_steps: 1
flash_attention: true
warmup_ratio: 0.1
evals_per_epoch: 4
saves_per_epoch: 1
weight_decay: 0.01
special_tokens:
# save_first_step: true # uncomment this to validate checkpoint saving works with your config
</details><br>
Qwen3-8B-Private
This model is a fine-tuned version of Qwen/Qwen3-8B on the trendmicro-ailab/Primus-Reasoning dataset. It achieves the following results on the evaluation set:
- Loss: 0.9940
- Memory/max Active (gib): 8.07
- Memory/max Allocated (gib): 8.07
- Memory/device Reserved (gib): 10.78
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: 2e-05
- trainbatchsize: 4
- evalbatchsize: 4
- seed: 42
- gradientaccumulationsteps: 2
- totaltrainbatch_size: 8
- optimizer: Use OptimizerNames.ADAMWTORCH4BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lrschedulertype: cosine
- lrschedulerwarmup_steps: 471
- training_steps: 4710
Training results
Framework versions
- PEFT 0.17.1
- Transformers 4.56.1
- Pytorch 2.7.1+cu126
- Datasets 4.0.0
- Tokenizers 0.22.1
