Text Classification
setfit
ONNX
Safetensors
sentence-transformers
bert
generated_from_setfit_trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Northell/ros-classifiers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- setfit
How to use Northell/ros-classifiers with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("Northell/ros-classifiers") - sentence-transformers
How to use Northell/ros-classifiers with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Northell/ros-classifiers") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- heads/domain-router.pkl +1 -1
heads/domain-router.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 30310
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f5f3be6a6fad4c7b14e653d74864ccce2e548d28602a9b5ac13337d1b18f429
|
| 3 |
size 30310
|