yuslzp commited on
Commit
878a78f
1 Parent(s): df63eae

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -46,8 +46,8 @@ Also, you could choose to download the files for any environment out of the five
46
 
47
  ```py
48
  from huggingface_hub import hf_hub_download
49
- hf_hub_download(repo_id="LEVI-Project/llava-data", filename="blackjack.zip") # zip folder for image data folder
50
- hf_hub_download(repo_id="LEVI-Project/llava-data", filename="blackjack.json") # JSON file
51
  ```
52
 
53
  For ALFWORLD, notice that the zip file for the image data folder is `alf_data_folder.zip`.
 
46
 
47
  ```py
48
  from huggingface_hub import hf_hub_download
49
+ hf_hub_download(repo_id="LEVI-Project/sft-data", filename="blackjack.zip") # zip folder for image data folder
50
+ hf_hub_download(repo_id="LEVI-Project/sft-data", filename="blackjack.json") # JSON file
51
  ```
52
 
53
  For ALFWORLD, notice that the zip file for the image data folder is `alf_data_folder.zip`.