Instructions to use deepachalapathi/with_questions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use deepachalapathi/with_questions with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("deepachalapathi/with_questions") 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] - setfit
How to use deepachalapathi/with_questions with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("deepachalapathi/with_questions") - Notebooks
- Google Colab
- Kaggle
Deepa commited on
Commit ·
69964ff
1
Parent(s): b356a1c
Add SetFit model
Browse files- model_head.pkl +1 -1
- pytorch_model.bin +1 -1
model_head.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 68591
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68855376bae7d65d5cfc81464a7e796a077c33e8a5e8c01e66085c2d848e7fbf
|
| 3 |
size 68591
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438016493
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12c84c8e46483d90843ad9c898913c1cb0ecc57f8ccb3b2e1e03f00e8a81c7ac
|
| 3 |
size 438016493
|