Sentence Similarity
sentence-transformers
PyTorch
roberta
feature-extraction
text-embeddings-inference
Instructions to use ncoop57/codeformer-java with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use ncoop57/codeformer-java with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("ncoop57/codeformer-java") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Commit History
Updating with freshly trained model cc029d5
ncoop57 commited on
Updating with freshly trained model 6907966
ncoop57 commited on
Updating with freshly trained model 75e2b90
ncoop57 commited on
Updating with freshly trained model c67f300
ncoop57 commited on