SFT version of chameleon-lizard/Qwen2.5-7B-DFT model using unsloth's low rank adaptation. Training was carried out on Vikhrmodels/GrandMaster-PRO-MAX and on a subset of SubMaroon/DTF_Comments_Responses_Counts. The adapter is already merged with the model.

For finetuning, we've added 20% of Vikhrmodels/GrandMaster-PRO-MAX's size in the form of DTF posts, response comments and child comments. Rough estimate of the dataset size is 125M tokens.

LoRA hyperparameters:

r=32
target_modules=[
    "q_proj", 
    "k_proj", 
    "v_proj", 
    "o_proj",
    "gate_proj",
    "up_proj",
    "down_proj",
]
lora_alpha=16
lora_dropout=0
bias="none"
use_gradient_checkpointing='unsloth'
use_rslora=True
random_state=42

Training hyperparameters:

num_train_epochs=2
train_batch_size=1
gradient_accumulation_steps=128
gradient_checkpointing=False
optim="adamw_8bit"
weight_decay=4e-2
bf16=True
learning_rate=5e-5
lr_scheduler_type="cosine"
packing=True,
seed=42

Training time:

  • NVidia RTX 3090ti: ~52 hours

Wandb

GitHub: TODO

Downloads last month
4
Safetensors
Model size
7.62B params
Tensor type
BF16
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model's library.

Model tree for chameleon-lizard/Qwen-2.5-7B-DTF-SFT

Base model

Qwen/Qwen2.5-7B
Finetuned
unsloth/Qwen2.5-7B
Finetuned
(1)
this model

Datasets used to train chameleon-lizard/Qwen-2.5-7B-DTF-SFT

Collection including chameleon-lizard/Qwen-2.5-7B-DTF-SFT