xdeng77 commited on
Commit
77448e6
1 Parent(s): d2000a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -68,10 +68,14 @@ The above command should print your download status, if you download it successf
68
 
69
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65ca9b1743207e438a95e90c/aVy3Y5RUJ0EgKzQcWwg8j.png)
70
 
71
- If you want to download the other splits, you can put "coconut_s" or "coconut_b"
 
 
 
 
72
 
73
  ```
74
  python download_coconut.py --split coconut_s --output_dir coconut_s
75
  ```
76
 
77
- 3. Go to our offical github repo for detailed usage instruction: https://github.com/bytedance/coconut_cvpr2024
 
68
 
69
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65ca9b1743207e438a95e90c/aVy3Y5RUJ0EgKzQcWwg8j.png)
70
 
71
+
72
+ 3. Download other COCONut dataset splits.
73
+
74
+ If you want to download the other splits, you can replace the split name to "coconut_s" or "coconut_b"
75
+ NOTE: multiple splits download is not yet supported.
76
 
77
  ```
78
  python download_coconut.py --split coconut_s --output_dir coconut_s
79
  ```
80
 
81
+ 4. Go to our offical github repo for detailed usage instruction: https://github.com/bytedance/coconut_cvpr2024