gonzalocordova commited on
Commit
7fed345
·
1 Parent(s): 05ebd8a

Update NLPutils.py

Browse files
Files changed (1) hide show
  1. NLPutils.py +1 -1
NLPutils.py CHANGED
@@ -12,7 +12,7 @@ from nltk.corpus import stopwords
12
  from huggingface_hub import hf_hub_download
13
 
14
  def load_model():
15
- token = "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"
16
  REPO_ID = "gonzalocordova/word2vec_fastText"
17
  FILENAME = "wiki.en.vec"
18
  print("DOWNLOADING MODEL...")
 
12
  from huggingface_hub import hf_hub_download
13
 
14
  def load_model():
15
+ token = "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"
16
  REPO_ID = "gonzalocordova/word2vec_fastText"
17
  FILENAME = "wiki.en.vec"
18
  print("DOWNLOADING MODEL...")