luodian commited on
Commit
cc07592
1 Parent(s): ca95382

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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 `"max_num_frames": 128` to `config.json` inside the folder.
 
 
 
 
 
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.