Instructions to use slavamarcin/HG_Qwen2.5-3B-Instruct-qlora-4bit_purpose with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use slavamarcin/HG_Qwen2.5-3B-Instruct-qlora-4bit_purpose with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("slavamarcin/HG_Qwen2.5-3B-Instruct-qlora-4bit_purpose", dtype="auto") - Notebooks
- Google Colab
- Kaggle