Text Generation
PEFT
Safetensors
English
lora
qlora
unsloth
reasoning
code
leetcode
lfm2.5
conversational
Instructions to use RenShiPDev/LFM2.5-1.2B-Thinking-LeetCode-QLoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RenShiPDev/LFM2.5-1.2B-Thinking-LeetCode-QLoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("LiquidAI/LFM2.5-1.2B-Thinking") model = PeftModel.from_pretrained(base_model, "RenShiPDev/LFM2.5-1.2B-Thinking-LeetCode-QLoRA") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!