Sentence Similarity
sentence-transformers
Safetensors
English
feature-extraction
dense
Generated from Trainer
dataset_size:2699
loss:CachedMultipleNegativesRankingLoss
Eval Results (legacy)
Instructions to use sugiv/embeddinggemma-300m-mortgage with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use sugiv/embeddinggemma-300m-mortgage with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("sugiv/embeddinggemma-300m-mortgage") sentences = [ "For a conventional conforming loan, what are the common down payment amounts?", "fannie_mae_selling_guide_chunk_001", "fannie_mae_selling_guide", "Standard down payment options for a conventional conforming loan range from 3 to 20 of the purchase price." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!