Instructions to use JayLi-LLM/qwen3.5-4b-abirate-english-quotes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JayLi-LLM/qwen3.5-4b-abirate-english-quotes with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JayLi-LLM/qwen3.5-4b-abirate-english-quotes")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("JayLi-LLM/qwen3.5-4b-abirate-english-quotes") model = AutoModelForMultimodalLM.from_pretrained("JayLi-LLM/qwen3.5-4b-abirate-english-quotes") - Notebooks
- Google Colab
- Kaggle
Ctrl+K