Upload README.md
Browse files
README.md
CHANGED
@@ -33,6 +33,14 @@ See generate-embeddings.py for that.
|
|
33 |
|
34 |
Note that you muist always use the "dictionary" file that matchnes your embeddings file
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
### dictionary
|
37 |
|
38 |
Make sure to always use the dictionary file that matches your embeddings file.
|
|
|
33 |
|
34 |
Note that you muist always use the "dictionary" file that matchnes your embeddings file
|
35 |
|
36 |
+
### embeddings.allids.safetensors
|
37 |
+
|
38 |
+
DO NOT USE THIS ONE for programs that expect a matching dictionary.
|
39 |
+
This one is purely numeric based.
|
40 |
+
Its intention is more for research datamining, but it does have a matching
|
41 |
+
graph front end, graph-byid.py
|
42 |
+
|
43 |
+
|
44 |
### dictionary
|
45 |
|
46 |
Make sure to always use the dictionary file that matches your embeddings file.
|