succinctly/medium-titles-and-images
Viewer • Updated • 126k • 57 • 1
How to use succinctly/dalle-mini-finetuned-medium with Transformers:
# Load model directly
from transformers import eBart
model = eBart.from_pretrained("succinctly/dalle-mini-finetuned-medium", dtype="auto")This is the dalle-mini/dalle-mini text-to-image model fine-tuned on 120k <title, image> pairs from the Medium blogging platform. The full dataset can be found on Kaggle: Medium Articles Dataset (128k): Metadata + Images.
The goal of this model is to probe the ability of text-to-image models of operating on text prompts that are abstract (like the titles on Medium usually are), as opposed to concrete descriptions of the envisioned visual scene.