Image-to-Image
Transformers
Safetensors
bagel
image-editing
image-generation
interleaved-generation
vbvr-pro
Instructions to use Video-Reason/VBVR-Pro-BAGEL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Video-Reason/VBVR-Pro-BAGEL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-to-image", model="Video-Reason/VBVR-Pro-BAGEL")# Load model directly from transformers import Bagel model = Bagel.from_pretrained("Video-Reason/VBVR-Pro-BAGEL", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,8 @@ tags:
|
|
| 12 |
- interleaved-generation
|
| 13 |
- safetensors
|
| 14 |
- vbvr-pro
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning
|
|
|
|
| 12 |
- interleaved-generation
|
| 13 |
- safetensors
|
| 14 |
- vbvr-pro
|
| 15 |
+
datasets:
|
| 16 |
+
- Video-Reason/VBVR-Pro-SFT-Image
|
| 17 |
---
|
| 18 |
|
| 19 |
# VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning
|