Files
MultimodalOCR/models/LLaVA/download_data.sh
echo840 b388fba03e add
2023-05-23 18:24:16 +08:00

8 lines
352 B
Bash

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 ..