Update README.md
#5
by merryyuan - opened
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="
|
| 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
|