Sentence Similarity
sentence-transformers
Safetensors
Bengali
English
bert
feature-extraction
embeddings
bengali
bangla
banglish
romanized-bengali
cross-lingual
information-retrieval
lora
text-embeddings-inference
Instructions to use istiaqfuad/triBne-e5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use istiaqfuad/triBne-e5-small with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("istiaqfuad/triBne-e5-small") sentences = [ "সে একজন সুখী ব্যক্তি", "সে হ্যাপি কুকুর", "সে খুব সুখী মানুষ", "আজ একটি রৌদ্রোজ্জ্বল দিন" ] 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!