Text Classification
setfit
Safetensors
sentence-transformers
bert
generated_from_setfit_trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Corran/SciGenSetfit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- setfit
How to use Corran/SciGenSetfit with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("Corran/SciGenSetfit") - sentence-transformers
How to use Corran/SciGenSetfit with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Corran/SciGenSetfit") 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
Add SetFit model
Browse files- README.md +0 -0
- model.safetensors +1 -1
- model_head.pkl +1 -1
README.md
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 470637416
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b99f44fa70d38f839b43f441a45d3d1eaa51b2d84052ad606f3357270628500d
|
| 3 |
size 470637416
|
model_head.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 367503
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88dc20762d53dcb2dd3403e966513ce1db18133a8ea713e8d86f46b7dda25764
|
| 3 |
size 367503
|