Sentence Similarity
sentence-transformers
ONNX
Safetensors
German
bert
feature-extraction
loss:MatryoshkaLoss
custom_code
text-embeddings-inference
Instructions to use aari1995/German_Semantic_V3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use aari1995/German_Semantic_V3 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("aari1995/German_Semantic_V3", trust_remote_code=True) sentences = [ "Bundeskanzler.", "Angela Merkel.", "Olaf Scholz.", "Tino Chrupalla." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
compatible to convert to GGUF
#5
by kalle07 - opened
any intention to doo so ? ;)
here u can try to convert
https://huggingface.co/spaces/ggml-org/gguf-my-repo
its sam e like you install llama.cc
NO ?
its new to me using gguf on encoders and it does not seem to work. try onnx instead?
hey ... long time ;)
all doo use gguf-format for embedding documents
nomic (implementet in gpt4all)
these you can use in LM studio in combination with anything LM
mxbai
bge
snowflake-arctic
or is that not what your model doo?
kalle07 changed discussion status to closed