CoolFace
Modelpublic

PJMixers-Dev/Qwen2.5-QwQ-RP-Draft-v0.1-0.5B-LoRA

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes31downloads
Model Card

image/png

image/png

<!-- 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.6.0

yaml
# Weights and Biases logging config
wandb_project: Qwen2.5-QwQ-RP-Draft-0.5B
wandb_entity:
wandb_watch:
wandb_name: Qwen2.5-QwQ-RP-Draft-v0.1-0.5B-LoRA-run10
wandb_log_model:

# Model checkpointing config
output_dir: ./Outputs/Qwen2.5-QwQ-RP-Draft-v0.1-0.5B-LoRA-run10
resume_from_checkpoint:
save_steps: 10
save_safetensors: true
save_total_limit: 3
save_only_model: false

# Model architecture config
base_model: Qwen/Qwen2.5-0.5B-Instruct
model_type: AutoModelForCausalLM
tokenizer_type: AutoTokenizer

# Mixed precision training config
bf16: true
fp16: false
tf32: false

# Model loading config
load_in_8bit: false
load_in_4bit: false
strict: false

# Sequence config
sequence_len: 8192
min_sample_len: 256
sample_packing: true
eval_sample_packing: true
pad_to_sequence_len: true
train_on_inputs: false
group_by_length: false

# LoRA adapter config
adapter: lora
lora_model_dir:
lora_r: 128
lora_alpha: 128
lora_dropout: 0.125
peft_layers_to_transform:
peft_use_dora:
peft_use_rslora:
peft_layer_replication:
lora_target_modules:
  - gate_proj
  - down_proj
  - up_proj
  - q_proj
  - v_proj
  - k_proj
  - o_proj
lora_modules_to_save:

# Fix uninitialized tokens (such as <|start_header_id|> on the base L3 models)
fix_untrained_tokens:

# Dataset config
# RP: https://github.com/xzuyn/axolotl/blob/prompt_formats/src/axolotl/prompt_strategies/customchatml-regex-last-only.py
datasets:
  - path: PJMixers-Dev/allura-org_gryphe-sonnet-3.5-charcards-names-added-qwq-all-aphrodite
    split: train[128:]  # Everything except the first 128
    type: customchatml-regex-last-only
  - path: PJMixers-Dev/anthracite-org_c2_logs_32k_llama3_qwen2_v1.3-qwq-all-aphrodite
    split: train[128:]  # Everything except the first 128
    type: customchatml-regex-last-only
  - path: PJMixers-Dev/grimulkan_aicg-logs-augmented-system-qwq-all-aphrodite
    split: train[128:]  # Everything except the first 128
    type: customchatml-regex-last-only
  - path: PJMixers-Dev/grimulkan_jannie-log-augmented-system-qwq-all-aphrodite
    split: train[128:]  # Everything except the first 128
    type: customchatml-regex-last-only
  - path: PJMixers-Dev/grimulkan_PIPPA-augmented-dedup-system-qwq-all-aphrodite
    split: train[128:]  # Everything except the first 128
    type: customchatml-regex-last-only
  - path: PJMixers-Dev/lemonilia_LimaRP-Only-NonSus-Simple-CustomShareGPT-qwq-all-aphrodite
    split: train[128:]  # Everything except the first 128
    type: customchatml-regex-last-only
  - path: PJMixers-Dev/MinervaAI_Aesir-Preview-Anon-qwq-all-aphrodite
    split: train[128:]  # Everything except the first 128
    type: customchatml-regex-last-only
  - path: PJMixers-Dev/NyxKrage_chub-logs-sharegpt-longest-CustomShareGPT-qwq-all-aphrodite
    split: train[128:]  # Everything except the first 128
    type: customchatml-regex-last-only
test_datasets:
  - path: PJMixers-Dev/allura-org_gryphe-sonnet-3.5-charcards-names-added-qwq-all-aphrodite
    split: train[:128]  # Only the first 128
    type: customchatml-regex-last-only
  - path: PJMixers-Dev/anthracite-org_c2_logs_32k_llama3_qwen2_v1.3-qwq-all-aphrodite
    split: train[:128]  # Only the first 128
    type: customchatml-regex-last-only
  - path: PJMixers-Dev/grimulkan_aicg-logs-augmented-system-qwq-all-aphrodite
    split: train[:128]  # Only the first 128
    type: customchatml-regex-last-only
  - path: PJMixers-Dev/grimulkan_jannie-log-augmented-system-qwq-all-aphrodite
    split: train[:128]  # Only the first 128
    type: customchatml-regex-last-only
  - path: PJMixers-Dev/grimulkan_PIPPA-augmented-dedup-system-qwq-all-aphrodite
    split: train[:128]  # Only the first 128
    type: customchatml-regex-last-only
  - path: PJMixers-Dev/lemonilia_LimaRP-Only-NonSus-Simple-CustomShareGPT-qwq-all-aphrodite
    split: train[:128]  # Only the first 128
    type: customchatml-regex-last-only
  - path: PJMixers-Dev/MinervaAI_Aesir-Preview-Anon-qwq-all-aphrodite
    split: train[:128]  # Only the first 128
    type: customchatml-regex-last-only
  - path: PJMixers-Dev/NyxKrage_chub-logs-sharegpt-longest-CustomShareGPT-qwq-all-aphrodite
    split: train[:128]  # Only the first 128
    type: customchatml-regex-last-only
val_set_size: 0
eval_strategy: steps
eval_steps: 10
dataset_prepared_path: ./00-Tokenized-Datasets/Qwen2.5-QwQ-Draft-0.5B-customchatml-regex-newer
shuffle_merged_datasets: true
dataset_processes:

# Training hyperparameters
num_epochs: 1
gradient_accumulation_steps: 1
micro_batch_size: 16
eval_batch_size: 16
warmup_steps: 0
optimizer: came_pytorch
optim_args:
optim_target_modules:
lr_scheduler: rex
learning_rate: 1e-5
cosine_min_lr_ratio:
loraplus_lr_ratio:
loraplus_lr_embedding:
weight_decay: 0.1
max_grad_norm: 1
logging_steps: 1

# Model optimization
gradient_checkpointing: unsloth
sdp_attention: true
plugins:
  - axolotl.integrations.liger.LigerPlugin
  - axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
cut_cross_entropy: true
liger_rope: true
liger_rms_norm: true
liger_layer_norm: true
liger_glu_activation: true
liger_cross_entropy: false
liger_fused_linear_cross_entropy: false
lora_mlp_kernel: false
lora_qkv_kernel: false
lora_o_kernel: false

# DeepSpeed
deepspeed:

# Garbage Collection
gc_steps: 1

# Debug config
debug: true
seed: 42

# Token config
special_tokens:
  eos_token: "<|endoftext|>"
  pad_token: "<|endoftext|>"
tokens:

</details><br>

Outputs/Qwen2.5-QwQ-RP-Draft-v0.1-0.5B-LoRA-run10

This model is a fine-tuned version of Qwen/Qwen2.5-0.5B-Instruct on the PJMixers-Dev/allura-orggryphe-sonnet-3.5-charcards-names-added-qwq-all-aphrodite, the PJMixers-Dev/anthracite-orgc2logs32kllama3qwen2v1.3-qwq-all-aphrodite, the PJMixers-Dev/grimulkanaicg-logs-augmented-system-qwq-all-aphrodite, the PJMixers-Dev/grimulkanjannie-log-augmented-system-qwq-all-aphrodite, the PJMixers-Dev/grimulkanPIPPA-augmented-dedup-system-qwq-all-aphrodite, the PJMixers-Dev/lemoniliaLimaRP-Only-NonSus-Simple-CustomShareGPT-qwq-all-aphrodite, the PJMixers-Dev/MinervaAIAesir-Preview-Anon-qwq-all-aphrodite and the PJMixers-Dev/NyxKrage_chub-logs-sharegpt-longest-CustomShareGPT-qwq-all-aphrodite datasets. It achieves the following results on the evaluation set:

  • —Loss: 1.9716

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: 1e-05
  • —trainbatchsize: 16
  • —evalbatchsize: 16
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWHF with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: cosine
  • —num_epochs: 1.0

Training results

Training LossEpochStepValidation Loss
3.48650.001013.2134
2.4810.0102102.5552
2.29640.0205202.4036
2.30480.0307302.3367
2.25770.0409402.2934
2.22980.0512502.2601
2.13670.0614602.2385
2.15120.0716702.2166
2.17030.0819802.2022
2.12630.0921902.1883
2.21210.10241002.1750
2.17410.11261102.1633
2.16210.12281202.1547
2.06640.13311302.1456
2.10050.14331402.1374
2.08220.15351502.1315
2.08560.16381602.1252
2.13860.17401702.1182
2.07560.18421802.1134
2.04920.19451902.1066
1.98820.20472002.1024
2.0360.21492102.0970
2.13130.22522202.0940
2.03560.23542302.0897
2.02780.24562402.0869
2.07540.25592502.0825
2.05820.26612602.0784
2.05880.27642702.0758
1.97570.28662802.0723
2.06190.29682902.0700
1.9560.30713002.0684
2.0650.31733102.0642
1.9820.32753202.0604
2.04240.33783302.0577
2.06350.34803402.0553
1.98950.35823502.0518
2.02960.36853602.0496
2.02310.37873702.0472
1.94220.38893802.0459
2.02140.39923902.0427
2.01070.40944002.0401
2.03070.41974102.0371
1.98740.42994202.0356
2.02490.44014302.0331
2.09470.45044402.0314
1.96440.46064502.0291
2.06330.47084602.0271
2.04380.48114702.0255
2.02270.49134802.0239
2.00230.50154902.0208
2.02310.51185002.0193
1.96590.52205102.0179
1.93820.53225202.0171
1.99590.54255302.0157
1.98350.55275402.0139
1.9420.56295502.0124
2.00360.57325602.0109
2.0230.58345702.0100
1.96860.59375802.0078
1.98670.60395902.0070
1.96620.61416002.0060
1.9680.62446102.0045
1.94350.63466202.0035
1.92450.64486302.0024
1.95730.65516402.0007
1.94660.66536501.9994
2.02020.67556601.9976
1.8910.68586701.9965
2.01340.69606801.9980
1.92760.70626901.9958
1.92660.71657001.9949
1.86610.72677101.9932
1.94460.73697201.9923
1.86050.74727301.9908
1.94260.75747401.9906
1.98060.76777501.9893
1.92680.77797601.9880
1.9870.78817701.9870
1.91820.79847801.9866
2.01030.80867901.9853
1.91530.81888001.9839
2.00430.82918101.9830
1.97910.83938201.9819
1.9120.84958301.9811
1.92880.85988401.9808
1.96130.87008501.9796
1.97670.88028601.9783
1.90970.89058701.9783
1.97270.90078801.9773
1.94320.91108901.9763
1.91090.92129001.9754
1.91840.93149101.9749
1.91790.94179201.9744
1.98120.95199301.9735
1.96950.96219401.9727
1.94740.97249501.9727
1.83760.98269601.9721
1.89610.99289701.9716

Framework versions

  • —PEFT 0.14.0
  • —Transformers 4.50.0.dev0
  • —Pytorch 2.7.0.dev20250224+rocm6.3
  • —Datasets 3.3.1
  • —Tokenizers 0.21.0