Instructions to use zjsfxpm1/test-tags-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use zjsfxpm1/test-tags-1 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("zjsfxpm1/test-tags-1") 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
ai-modelscope commited on
Commit ·
4e000a5
1
Parent(s): a59b66b
dad
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2059b1a2ea8bd3c3c90248ebafd71271ac81d8cbad6a13fc15d86e88230d744f
|
| 3 |
+
size 8
|