aoiferyan commited on
Commit
497c657
1 Parent(s): 57b88c8

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py DELETED
@@ -1,9 +0,0 @@
1
- !pip install sentence-transformers
2
-
3
-
4
- from sentence_transformers import SentenceTransformer
5
- sentences = ["This is an example sentence", "Each sentence is converted"]
6
-
7
- model = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
8
- embeddings = model.encode(sentences)
9
- print(embeddings)