Spaces:
No application file
No application file
Commit Β·
4b463b1
1
Parent(s): 9eabecd
Calculando EMBEDDINGS, exemplos
Browse files
main.py
CHANGED
|
@@ -101,3 +101,6 @@ if __name__ == '__main__':
|
|
| 101 |
text = 'meaw'
|
| 102 |
|
| 103 |
print(f'El texto π§{text}π§ es mais similar com: π€{most_similar(text, text_list)}π€')
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
text = 'meaw'
|
| 102 |
|
| 103 |
print(f'El texto π§{text}π§ es mais similar com: π€{most_similar(text, text_list)}π€')
|
| 104 |
+
print("")
|
| 105 |
+
text_Eddy = """Eu sou Cientista de Dados e sou casado com a Karina β€οΈ"""
|
| 106 |
+
print("Gerando Embeddings de: ", get_embedding(text_Eddy))
|