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 PRB_basic_images.tar.gz with huggingface_hub
Browse files- PRB_basic_images.tar.gz +3 -0
PRB_basic_images.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbcd3c02e56a49f63823254454e2493a70e00edb2b173ea21ca69e760e023d36
|
| 3 |
+
size 1616962023
|