Sentence Similarity
sentence-transformers
TensorBoard
Safetensors
bert
feature-extraction
Trained with AutoTrain
text-embeddings-inference
Instructions to use cnmoro/bert-tiny-embeddings-english-portuguese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use cnmoro/bert-tiny-embeddings-english-portuguese with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("cnmoro/bert-tiny-embeddings-english-portuguese") sentences = [ "dogs are playful", "i love cats", "i love dogs" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!