Instructions to use YLX1965/ylx-qwen3-14b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use YLX1965/ylx-qwen3-14b with BERTopic:
from bertopic import BERTopic model = BERTopic.load("YLX1965/ylx-qwen3-14b") - Transformers
How to use YLX1965/ylx-qwen3-14b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("YLX1965/ylx-qwen3-14b", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Ctrl+K