Update README.md

#5
by merryyuan - opened
Files changed (1) hide show
  1. README.md +1 -8
README.md CHANGED
@@ -74,14 +74,9 @@ Compared with a standard autoregressive VLM release style, Bard-VL emphasizes:
74
  ## 🧭 Method Structure
75
 
76
  <p align="center">
77
- <img src="./model.PNG" alt="Bard-VL method overview" width="100%">
78
  </p>
79
 
80
- <p align="center">
81
- <em>Pipeline, block-wise attention mask, and mixed-noise scheduler used by Bard-VL.</em>
82
- </p>
83
-
84
- ---
85
 
86
  ## πŸ“Š Evaluation Results
87
 
@@ -213,8 +208,6 @@ response_ids = model.generate(
213
  print(processor.tokenizer.batch_decode(response_ids, skip_special_tokens=True)[0].strip())
214
  ```
215
 
216
- For video understanding, replace the image message with the video example in `inference.py`.
217
-
218
  ---
219
 
220
  ## πŸ“š Citation
 
74
  ## 🧭 Method Structure
75
 
76
  <p align="center">
77
+ <img src="./model.PNG" alt="Bard-VL method overview" width="80%">
78
  </p>
79
 
 
 
 
 
 
80
 
81
  ## πŸ“Š Evaluation Results
82
 
 
208
  print(processor.tokenizer.batch_decode(response_ids, skip_special_tokens=True)[0].strip())
209
  ```
210
 
 
 
211
  ---
212
 
213
  ## πŸ“š Citation