RaushanTurganbay HF staff commited on
Commit
799fe84
1 Parent(s): e8266a5
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -119,7 +119,7 @@ When prompting with videos/3D/multi-view input, prompt like following:
119
  image_tokens = "<image>" * n
120
  prompt = f"<|im_start|>user {image_tokens}\nWhat are these?|im_end|><|im_start|>assistant"
121
 
122
- # With chat template if you sampled 6 frames you have to have 8 images in one conversation turn
123
  conversation = [
124
  {
125
 
 
119
  image_tokens = "<image>" * n
120
  prompt = f"<|im_start|>user {image_tokens}\nWhat are these?|im_end|><|im_start|>assistant"
121
 
122
+ # With chat template if you sampled 5 frames you have to have 5 images in one conversation turn
123
  conversation = [
124
  {
125