Update README.md
Browse files
README.md
CHANGED
@@ -57,4 +57,6 @@ pipeline/train/instruction_following.py \
|
|
57 |
--warmup_steps_ratio=0.01
|
58 |
```
|
59 |
|
|
|
|
|
60 |
Leave us a message if you have any error or question. You can follow [Otter code](https://github.com/Luodian/Otter) (see training section) to further tune your model on top of it.
|
|
|
57 |
--warmup_steps_ratio=0.01
|
58 |
```
|
59 |
|
60 |
+
If you wish to init a video instruction tuning, you should add `"max_num_frames": 128` to `config.json` inside the folder.
|
61 |
+
|
62 |
Leave us a message if you have any error or question. You can follow [Otter code](https://github.com/Luodian/Otter) (see training section) to further tune your model on top of it.
|