Sentence Similarity
sentence-transformers
food
embedding
menu
restaurant
deduplication
search
classification
food-delivery
menu-intelligence
Instructions to use adityapatni/dish-embed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use adityapatni/dish-embed with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("adityapatni/dish-embed") 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
Aditya Patni commited on
Commit ·
2f23a0c
1
Parent(s): 0e65378
update contact email
Browse files
README.md
CHANGED
|
@@ -72,7 +72,7 @@ dish-embed is available as a hosted API. No model download required.
|
|
| 72 |
|
| 73 |
- **API**: [embed.statode.com](https://embed.statode.com)
|
| 74 |
- **Documentation**: [embed.statode.com/docs](https://embed.statode.com/docs)
|
| 75 |
-
- **Contact**:
|
| 76 |
|
| 77 |
### API Endpoints
|
| 78 |
|
|
@@ -109,4 +109,4 @@ dish-embed is available as a hosted API. No model download required.
|
|
| 109 |
|
| 110 |
dish-embed is a commercial product. The model weights are not publicly available. Access is provided through the hosted API.
|
| 111 |
|
| 112 |
-
For licensing inquiries, partnership, or enterprise access, contact [
|
|
|
|
| 72 |
|
| 73 |
- **API**: [embed.statode.com](https://embed.statode.com)
|
| 74 |
- **Documentation**: [embed.statode.com/docs](https://embed.statode.com/docs)
|
| 75 |
+
- **Contact**: aditya@statode.com
|
| 76 |
|
| 77 |
### API Endpoints
|
| 78 |
|
|
|
|
| 109 |
|
| 110 |
dish-embed is a commercial product. The model weights are not publicly available. Access is provided through the hosted API.
|
| 111 |
|
| 112 |
+
For licensing inquiries, partnership, or enterprise access, contact [aditya@statode.com](mailto:aditya@statode.com).
|