Instructions to use manarsaber11/qwen-intent-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use manarsaber11/qwen-intent-classifier with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen2.5-1.5B") model = PeftModel.from_pretrained(base_model, "manarsaber11/qwen-intent-classifier") - Transformers
How to use manarsaber11/qwen-intent-classifier with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("manarsaber11/qwen-intent-classifier", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f6309658007c3d4304b5d67b46272ab3c4e2b762aca3dec5c3af0c5c351dbe24
- Size of remote file:
- 11.4 MB
- SHA256:
- 12ada7d4fbf13a5b39bf4f79c2068fbfd49e50303b382c6bca56ab83b8b8bdb3
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.