Xueqing Wu commited on
Commit
8c8321a
1 Parent(s): 97fb2aa
Files changed (1) hide show
  1. download_files_from_hub.py +1 -0
download_files_from_hub.py CHANGED
@@ -8,3 +8,4 @@ hf_hub_download(repo_id="VDebugger/xvlm_retrieval_mscoco", filename="retrieval_m
8
  import nltk
9
 
10
  nltk.download('punkt_tab')
 
 
8
  import nltk
9
 
10
  nltk.download('punkt_tab')
11
+ nltk.download('averaged_perceptron_tagger_eng')