Text Generation
PEFT
Safetensors
English
relation-extraction
information-extraction
qlora
lora
nlp
conversational
Instructions to use Despina/Qwen2.5-0.5B-Instruct-re_gentune-2-shot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Despina/Qwen2.5-0.5B-Instruct-re_gentune-2-shot 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, "Despina/Qwen2.5-0.5B-Instruct-re_gentune-2-shot") - Notebooks
- Google Colab
- Kaggle