Text Classification
Transformers
TensorBoard
Safetensors
llama
Generated from Trainer
text-embeddings-inference
Instructions to use rd211/SmolLM2-360M-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rd211/SmolLM2-360M-Instruct with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="rd211/SmolLM2-360M-Instruct")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("rd211/SmolLM2-360M-Instruct") model = AutoModelForSequenceClassification.from_pretrained("rd211/SmolLM2-360M-Instruct") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 723680760
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc62cbc8226f97fb7e06f0df0b4ac6c33b4ce101664ab1894653ad9d5f1e4a65
|
| 3 |
size 723680760
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de6e7342a389d636e3ef5adb5bee9efed1c7fe95d52d3342dc619afeb5c77615
|
| 3 |
size 5368
|