Files
MultimodalOCR/models/LLaVA/download_data.sh

8 lines
352 B
Bash
Raw Normal View History

2023-05-23 18:24:16 +08:00
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 ..