SkunkworksAI/reasoning-0.01
Viewer • Updated • 29.9k • 227 • 292
How to use Locon213/ThinkLite with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-0.5B-Instruct")
model = PeftModel.from_pretrained(base_model, "Locon213/ThinkLite")This model is a fine-tuned version of Qwen/Qwen2.5-0.5B-Instruct on an unknown dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: