junxiangjoe commited on
Commit
e5bfcbf
·
verified ·
1 Parent(s): 8ae7048

Trim README

Browse files
Files changed (1) hide show
  1. README.md +1 -12
README.md CHANGED
@@ -60,6 +60,7 @@ configs:
60
  </p>
61
 
62
  </div>
 
63
  The **reinforcement-learning split** of VBVR-Pro: 50 parameterized tasks × 1,000 instances, held out from the SFT splits, in both a video (TI2V) and an interleaved-image setting.
64
 
65
 
@@ -133,18 +134,6 @@ huggingface-cli download Video-Reason/VBVR-Pro-RL --repo-type dataset --local-di
133
  mkdir -p rl-data && for f in ./rl/VBVR-Pro-RL-Video/*.tar.gz; do tar xzf "$f" -C rl-data; done
134
  ```
135
 
136
- ### Index files
137
-
138
- `meta_video_rl.json` and `meta_image_rl.json` map every task to its jsonl under
139
- `video_jsonl/` and `image_jsonl/`. `root` is the directory the archives were
140
- extracted into and `length` is that task's row count (1,000 throughout).
141
-
142
- Video rows carry `sample_id`, `first_frame`, `metadata`, `clip_path`,
143
- `final_frame` and `prompt`, every path relative to `root` — the same schema as
144
- [VBVR-Pro-SFT-Video](https://huggingface.co/datasets/Video-Reason/VBVR-Pro-SFT-Video).
145
- Image rows carry `id`, `image`, `conversations` and `annotation_steps`, matching
146
- [VBVR-Pro-SFT-Image](https://huggingface.co/datasets/Video-Reason/VBVR-Pro-SFT-Image).
147
-
148
  ## License
149
 
150
  VBVR-Pro source code, scripts, configuration files and task-specific scoring
 
60
  </p>
61
 
62
  </div>
63
+
64
  The **reinforcement-learning split** of VBVR-Pro: 50 parameterized tasks × 1,000 instances, held out from the SFT splits, in both a video (TI2V) and an interleaved-image setting.
65
 
66
 
 
134
  mkdir -p rl-data && for f in ./rl/VBVR-Pro-RL-Video/*.tar.gz; do tar xzf "$f" -C rl-data; done
135
  ```
136
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  ## License
138
 
139
  VBVR-Pro source code, scripts, configuration files and task-specific scoring