Text Classification
Transformers
Safetensors
gemma3_text
Generated from Trainer
text-embeddings-inference
Instructions to use staturecrane/chat_router with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use staturecrane/chat_router with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="staturecrane/chat_router")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("staturecrane/chat_router") model = AutoModelForSequenceClassification.from_pretrained("staturecrane/chat_router", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
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 536237216
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a54df87e58faa1d243df649ab985104924a040c42a56abfe2161629026d4009e
|
| 3 |
size 536237216
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5201
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7eff3a0e89fb6fffe1d833b8028548a6cd611f50c9bbce783044aac151d0f0f9
|
| 3 |
size 5201
|