Skip to content

Commit

Permalink
download data
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyuanLI committed Apr 19, 2023
1 parent 6520ad9 commit c366076
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions download_data.sh
Original file line number Diff line number Diff line change
@@ -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 ..

0 comments on commit c366076

Please sign in to comment.