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