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
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb3890ff351aee399771af43bdcf277d7b18b3f8a61a4e8cf4534384cc59315d
|
| 3 |
+
size 29670
|
heads/materials-classifier.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c730d4694c2ce425aa92099e967776949a879f2cd98bef88de3414a07e6b7302
|
| 3 |
+
size 66285
|