Text Classification
sentence-transformers
Safetensors
English
bert
out-of-distribution-detection
few-shot-learning
neuro-symbolic
buddhist-logic
safety
text-embeddings-inference
Instructions to use EVAMLab/apoha-bge-small-en-v1.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use EVAMLab/apoha-bge-small-en-v1.5 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("EVAMLab/apoha-bge-small-en-v1.5") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
Commit History
Update LICENSE 717c6b6 verified
Update README.md 64e172f verified
Update README.md 6ebb3c1 verified
Upload LICENSE with huggingface_hub 78a4dba verified
Alexander Khundoev commited on
Upload README.md with huggingface_hub fb841c5 verified
Alexander Khundoev commited on
Upload folder using huggingface_hub 8789b11 verified
Alexander Khundoev commited on
initial commit e386586 verified
Alexander Khundoev commited on