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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload PRB_advanced_images.tar.gz with huggingface_hub
Browse files
PRB_advanced_images.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fe19f1d6f85b14bfcb936cdbd8eb6edea9d00f4a391d38afa18344b4c78b1d8
|
| 3 |
+
size 869865934
|