luodian commited on
Commit
4917f64
1 Parent(s): 15abb5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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 `"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.
 
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.