ppbrown commited on
Commit
2f3c201
1 Parent(s): 2416d2e

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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.