Upload google_embeddinggemma-300m_7.txt with huggingface_hub
Browse files
google_embeddinggemma-300m_7.txt
CHANGED
|
@@ -16,7 +16,7 @@ check_word_similarities()
|
|
| 16 |
|
| 17 |
ERROR:
|
| 18 |
Traceback (most recent call last):
|
| 19 |
-
File "/tmp/google_embeddinggemma-
|
| 20 |
embeddings = model.encode(words, prompt_name="STS")
|
| 21 |
^^^^^
|
| 22 |
NameError: name 'model' is not defined
|
|
|
|
| 16 |
|
| 17 |
ERROR:
|
| 18 |
Traceback (most recent call last):
|
| 19 |
+
File "/tmp/google_embeddinggemma-300m_7c08T0B.py", line 26, in <module>
|
| 20 |
embeddings = model.encode(words, prompt_name="STS")
|
| 21 |
^^^^^
|
| 22 |
NameError: name 'model' is not defined
|