Update README.md
Browse files
README.md
CHANGED
@@ -55,4 +55,8 @@ pipeline/train/instruction_following.py \
|
|
55 |
--warmup_steps_ratio=0.01
|
56 |
```
|
57 |
|
58 |
-
If you wish to init a video instruction tuning, you should add
|
|
|
|
|
|
|
|
|
|
55 |
--warmup_steps_ratio=0.01
|
56 |
```
|
57 |
|
58 |
+
If you wish to init a video instruction tuning, you should add
|
59 |
+
```json
|
60 |
+
"max_num_frames": 128
|
61 |
+
```
|
62 |
+
to `config.json` inside the folder.
|