Sentence Similarity
sentence-transformers
Safetensors
mpnet
feature-extraction
text-embeddings-inference
Instructions to use TechWolf/ConTeXT-Skill-Extraction-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use TechWolf/ConTeXT-Skill-Extraction-base with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("TechWolf/ConTeXT-Skill-Extraction-base") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
9cbaea1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c2689286444fec6465c1209d401b14196314b1130420bc00b9e9c96f70d52dc8
size 437967672
|