PEFT
Safetensors
Portuguese
English
lora
think-vetor
continuous-cot
logic-reasoning
tv-dsl
deepseek-r1
Instructions to use CromIA/think-vetor-0.5b-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CromIA/think-vetor-0.5b-lora 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, "CromIA/think-vetor-0.5b-lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K