Instructions to use Alogotron/Qwen2.5-3B-JSON-StructuredOutput with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Alogotron/Qwen2.5-3B-JSON-StructuredOutput with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "Alogotron/Qwen2.5-3B-JSON-StructuredOutput") - Notebooks
- Google Colab
- Kaggle
Model Passport declared successor
This revision is intentionally published as the declared successor to the Model Passport genesis snapshot.
The Model Passport registry records a creator-declared, ordered relationship between independently reproducible Hugging Face snapshot commitments. This declaration does not claim cryptographic proof that this revision was trained from, derived from, or better than its predecessor.