Instructions to use KeivanR/Qwen2.5-1.5B-Instruct-MLB-clf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KeivanR/Qwen2.5-1.5B-Instruct-MLB-clf with Transformers:
# Load model directly from transformers import AutoTokenizer, QwenClassifier tokenizer = AutoTokenizer.from_pretrained("KeivanR/Qwen2.5-1.5B-Instruct-MLB-clf") model = QwenClassifier.from_pretrained("KeivanR/Qwen2.5-1.5B-Instruct-MLB-clf") - Notebooks
- Google Colab
- Kaggle
Ctrl+K