Image-to-Text
Transformers
Safetensors
English
reward-model
poster
graphic-design
image-quality-assessment
preference-learning
qwen3-vl
Instructions to use MeiGen-AI/PosterReward_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MeiGen-AI/PosterReward_v1 with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("image-to-text", model="MeiGen-AI/PosterReward_v1")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MeiGen-AI/PosterReward_v1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -24,7 +24,6 @@ library_name: transformers
|
|
| 24 |
[](https://github.com/MeiGen-AI/PosterReward)
|
| 25 |
[](https://arxiv.org/abs/2603.29855)
|
| 26 |
|
| 27 |
-
**CVPR 2026**
|
| 28 |
|
| 29 |
</div>
|
| 30 |
|
|
|
|
| 24 |
[](https://github.com/MeiGen-AI/PosterReward)
|
| 25 |
[](https://arxiv.org/abs/2603.29855)
|
| 26 |
|
|
|
|
| 27 |
|
| 28 |
</div>
|
| 29 |
|