starvector/svg-stack
Dataset Card for svg-stack 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-stack")… See the full description on the dataset page: https://huggingface.co/datasets/starvector/svg-stack.
<a href="" target="blank"> <img alt="arXiv" src="https://img.shields.io/badge/arXiv-StarVector-red?logo=arxiv" height="20" /> </a> <a href="https://starvector.github.io/" target="blank"> <img alt="Website" src="https://img.shields.io/badge/🌎Website-StarVector-blue.svg" height="20" /> </a> <a href="https://github.com/joanrod/star-vector" target="blank" style="display: inline-block; margin-right: 10px;"> <img alt="GitHub Code" src="https://img.shields.io/badge/Code-StarVector-white?&logo=github&logoColor=white" /> </a>
Dataset Card for svg-stack
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:
Usage
from datasets import load_dataset
dataset = load_dataset("starvector/svg-stack")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
