Xueqing Wu
commited on
Commit
•
97fb2aa
1
Parent(s):
99e8fc6
nltk
Browse files
download_files_from_hub.py
CHANGED
@@ -4,3 +4,7 @@ hf_hub_download(repo_id="GLIPModel/GLIP", filename="glip_large_model.pth",
|
|
4 |
local_dir="./pretrained_models/GLIP/checkpoints")
|
5 |
hf_hub_download(repo_id="VDebugger/xvlm_retrieval_mscoco", filename="retrieval_mscoco_checkpoint_9.pth",
|
6 |
local_dir="./pretrained_models/xvlm/")
|
|
|
|
|
|
|
|
|
|
4 |
local_dir="./pretrained_models/GLIP/checkpoints")
|
5 |
hf_hub_download(repo_id="VDebugger/xvlm_retrieval_mscoco", filename="retrieval_mscoco_checkpoint_9.pth",
|
6 |
local_dir="./pretrained_models/xvlm/")
|
7 |
+
|
8 |
+
import nltk
|
9 |
+
|
10 |
+
nltk.download('punkt_tab')
|