CoolFace
Datasetpublic

davidberenstein1957/text_rendering

text_rendering text_rendering Trigger token: sks_textrender Examples: 111 Format: p-image Source: /Users/davidberenstein/Documents/programming/pruna/dataset-generator/training/text-rendering.zip Use input.zip with p-image-trainer (Replicate). See TRAINING_PLAN.md in this directory. Format Trainer: p-image-trainer Schema: See config.yml and TRAINING_PLAN.md in this repo. Reproduce generate.py in this repo documents how to… See the full description on the dataset page: https://huggingface.co/datasets/davidberenstein1957/text_rendering.

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes96downloads
load_dataset.py6 linesDownload Raw Back to root
1"""Load davidberenstein1957/text_rendering."""2from datasets import load_dataset3 4def load(repo_id: str = "davidberenstein1957/text_rendering"):5    return load_dataset(repo_id, trust_remote_code=True)6