Sentence Similarity
sentence-transformers
PyTorch
Safetensors
Transformers
English
bert
feature-extraction
patent-similarity
patent
text-embeddings-inference
Instructions to use mpi-inno-comp/paecter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use mpi-inno-comp/paecter with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("mpi-inno-comp/paecter") 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] - Transformers
How to use mpi-inno-comp/paecter with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("mpi-inno-comp/paecter") model = AutoModel.from_pretrained("mpi-inno-comp/paecter") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 61c8c007563df5d032212f6d25069dcf7d301c57f5a732e88251cc54a7af6d63
- Size of remote file:
- 1.38 GB
- SHA256:
- 02cd8a51fed54cca899e2ca381dba36a719fa3e10dfd58c3c48721a341b265d9
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.