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 7mo agoView on Hugging Face
0likes63downloads
Dataset Card

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 regenerate this dataset from the dataset-generator repo.

Load

python
from datasets import load_dataset
ds = load_dataset("davidberenstein1957/text_rendering", trust_remote_code=True)