Text Generation
PEFT
Safetensors
lora
qwen2.5
information-extraction
json
structured-output
conversational
Instructions to use Yellowforesty/qwen2.5-json-extractor-p0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Yellowforesty/qwen2.5-json-extractor-p0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("models/Qwen2.5-1.5B") model = PeftModel.from_pretrained(base_model, "Yellowforesty/qwen2.5-json-extractor-p0") - Notebooks
- Google Colab
- Kaggle
Ctrl+K