Upload README.md
Browse files
README.md
CHANGED
@@ -9,8 +9,8 @@ which allows command-line browsing of words and their neighbours
|
|
9 |
|
10 |
## generate-distances.py
|
11 |
|
12 |
-
Loads the generated embeddings,
|
13 |
-
|
14 |
|
15 |
To run this requires the files "embeddings.safetensors" and "dictionary"
|
16 |
|
|
|
9 |
|
10 |
## generate-distances.py
|
11 |
|
12 |
+
Loads the generated embeddings, reads in a word, calculates "distance" to every
|
13 |
+
embedding, and then shows the closest "neighbours".
|
14 |
|
15 |
To run this requires the files "embeddings.safetensors" and "dictionary"
|
16 |
|