add
This commit is contained in:
8
models/LLaVA/download_data.sh
Normal file
8
models/LLaVA/download_data.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
mkdir LLaVA-Instruct-150K
|
||||
cd LLaVA-Instruct-150K
|
||||
|
||||
wget https://huggingface.co/datasets/liuhaotian/LLaVA-Instruct-150K/raw/main/complex_reasoning_77k.json
|
||||
wget https://huggingface.co/datasets/liuhaotian/LLaVA-Instruct-150K/raw/main/conversation_58k.json
|
||||
wget https://huggingface.co/datasets/liuhaotian/LLaVA-Instruct-150K/raw/main/detail_23k.json
|
||||
|
||||
cd ..
|
Reference in New Issue
Block a user