Text Classification
Transformers
TensorBoard
Safetensors
qwen3
Generated from Trainer
text-embeddings-inference
Instructions to use rd211/Qwen3-1.7B-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rd211/Qwen3-1.7B-Base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="rd211/Qwen3-1.7B-Base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("rd211/Qwen3-1.7B-Base") model = AutoModelForSequenceClassification.from_pretrained("rd211/Qwen3-1.7B-Base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
cbd9983 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4ab85c1ab5192c4a284547ebe9fe52f89f4e9cfc17d88d5ebad5695d7a56b4c6
size 5368
|