Update README.md
Browse files
README.md
CHANGED
@@ -57,6 +57,11 @@ pipeline/train/instruction_following.py \
|
|
57 |
--warmup_steps_ratio=0.01
|
58 |
```
|
59 |
|
60 |
-
If you wish to init a video instruction tuning, you should add
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
57 |
--warmup_steps_ratio=0.01
|
58 |
```
|
59 |
|
60 |
+
If you wish to init a video instruction tuning, you should add
|
61 |
+
```json
|
62 |
+
"max_num_frames": 128
|
63 |
+
```
|
64 |
+
|
65 |
+
to `config.json` inside the folder.
|
66 |
|
67 |
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.
|