Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
svg-emoji / README.md
joanrodai's picture
Upload README.md with huggingface_hub
a4209d1 verified
metadata
{}
arXiv Website GitHub Code

Dataset Card for svg-emoji

Dataset Description

This dataset contains SVG code examples for training and evaluating SVG models for image vectorization.

Dataset Structure

Features

The dataset contains the following fields:

Field Name Description
Filename Unique ID for each SVG
Svg SVG code

Usage

from datasets import load_dataset

dataset = load_dataset("starvector/svg-emoji")

Benchmark Evaluation

To evaluate your model on this dataset, please refer to the README.md file in the StarVector GitHub repository.

Citation

@article{rodriguez2023starvector,
    title={{StarVector: Generating Scalable Vector Graphics Code from Images and Text}},
    author={Juan A. Rodriguez and Abhay Puri and Shubham Agarwal and Issam H. Laradji and Pau Rodriguez and Sai Rajeswar and David Vazquez and Christopher Pal and Marco Pedersoli},
    year={2023},
    journal={arXiv preprint arXiv:2312.11556},
}

Tags

  • scalable vector graphics (SVG)
  • vision language models
  • multimodal
  • code