Instructions to use yjlee1011/ncodeR_data_multilabel_8samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use yjlee1011/ncodeR_data_multilabel_8samples with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("yjlee1011/ncodeR_data_multilabel_8samples") 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 yjlee1011/ncodeR_data_multilabel_8samples with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("yjlee1011/ncodeR_data_multilabel_8samples") - Notebooks
- Google Colab
- Kaggle
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 39876
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08c332c2b51390adcda13b563fe9f4dfc29b14ee9b5f8fae2cc7be1bab950635
|
| 3 |
size 39876
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438012518
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2549de0e990bd2887d990894c98e7fe3fbe14c7652d5e9e430cbb67247356e0a
|
| 3 |
size 438012518
|