Instructions to use WhereIsAI/ese-qwen-0.5b-nli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use WhereIsAI/ese-qwen-0.5b-nli with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-0.5B") model = PeftModel.from_pretrained(base_model, "WhereIsAI/ese-qwen-0.5b-nli") - Notebooks
- Google Colab
- Kaggle
Ctrl+K