ppbrown commited on
Commit
8f3549d
1 Parent(s): 924fa87

update comments

Browse files
Files changed (1) hide show
  1. calculate-distances.py +2 -2
calculate-distances.py CHANGED
@@ -2,8 +2,8 @@
2
 
3
  """
4
  Plan:
5
- Read in fullword.json for list of words and token
6
- Read in pre-calculated "proper" embedding for each token from safetensor file
7
  Prompt user for a word from the list
8
  Generate a tensor array of distance to all the other known words
9
  Print out the 20 closest ones
 
2
 
3
  """
4
  Plan:
5
+ Read in "dictionary" for list of words
6
+ Read in pre-calculated "proper" embedding for each word from safetensor file
7
  Prompt user for a word from the list
8
  Generate a tensor array of distance to all the other known words
9
  Print out the 20 closest ones