datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
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.svg-stack-filtered
Dataset Card for svg-stack-filtered
This is an attempt to replicate the dataset used for SFT in the paper
Rendering-Aware Reinforcement Learning for Vector Graphics Generation
Processed:
Optimized with svgo precision=2
Rasterized with cairosvg[^cairo]
[^cairo] cairosvg doesn't implement all svg features, but matches how the original paper
Filtered based on some heuristics:
Removed any svg that couldn't be rendered with cairosvg (~30%)
Removed solid-color images
Removed some… See the full description on the dataset page: https://huggingface.co/datasets/darknoon/svg-stack-filtered.svg-stack-annotatedsvg-stack-simple
Dataset Card for SVG-Stack (Simple)
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 =… See the full description on the dataset page: https://huggingface.co/datasets/starvector/svg-stack-simple.SVG-Sophia
Reliable Reasoning in SVG-LLMs via Multi-Task Multi-Reward Reinforcement Learning
🧩 SVG-Sophia Dataset
The SVG-Sophia dataset is available at Hugging Face.
After downloading and extraction, the files are organized as follows:
File
Description
cot_img2svg_sft.jsonlCoT training data for the SFT stage — Image-to-SVG task
cot_text2svg_sft.jsonl
CoT training data for the SFT stage — Text-to-SVG task
cot_refinement_sft.jsonl
CoT training data… See the full description on the dataset page: https://huggingface.co/datasets/InternSVG/SVG-Sophia.svg-stack-labeled
Svg Stack - Labeled
This dataset consists of the central storage for all datasets related to the SVG Stack dataset. I found it to be lovely, detailed, and of decent to extremely good quality upon observing many different icons and logos during the labeling process.
This is the central dataset, and is currently UNDER CONSTRUCTION. Use with caution, and be aware that the format HAS NOT been frozen. I will make a post announcing when I freeze this dataset, as that will also be the… See the full description on the dataset page: https://huggingface.co/datasets/MrOvkill/svg-stack-labeled.sketchy-svgs
Dataset Card for "sketchy-svgs"
More Information needed
tu-berlin-svgs
Dataset Card for "tu-berlin-svgs"
More Information needed
svg-stack-annotated-sample-2svg-stack-annotated-sampleshaped-svgs-autocaptioned-1675So, whilst working on my SVG model, I saw this dataset and thought, despite it's relatively small size, it would be much better and much more helpful if the images were captioned. Now, this is V0.1. V. 0.1. As in, it's not done yet. The images have (mostly) i'd say approximately 70-80% acurately captioned. As soon as my server is refilled, i'm going through it with a VQA and an actual vision model, i've a few in mind. Also special prompts to ensure EVERY image is accurate.
In the meantime… See the full description on the dataset page: https://huggingface.co/datasets/MrOvkill/shaped-svgs-autocaptioned-1675.svg-stack-tmp-alpha-chunk
Svg Stack Labeled - Temporary Split Alpha ( Chunk )
This dataset is a chunk of SVG Stack Labeled, and was uploaded solely because I lacked reliable high-volume cloud storage at the time, and was going to make the dataset available on HuggingFace in any case.
However, while I will be deleting the now defunct and unused chunks, this one received a few users, and I truly appreciate your usage of my dataets. Thus, this dataset will remain, even as the others perish.… See the full description on the dataset page: https://huggingface.co/datasets/MrOvkill/svg-stack-tmp-alpha-chunk.svg-stack-qwen-captioned-subset
SVG Stack Qwen Captioned Subset
This dataset is a relabeled subset derived from StarVector's
starvector/svg-stack dataset. It pairs SVG source code with generated natural
language captions describing the rendered visual appearance of each SVG.
The dataset is intended for supervised fine-tuning of text-to-SVG generation
models. A typical training format is to use Caption as the input prompt and
Svg as the target completion.
Each row contains:
Filename: unique SVG filename from the… See the full description on the dataset page: https://huggingface.co/datasets/JackertheHacker/svg-stack-qwen-captioned-subset.svg-scaling-v2-tokenizedsvg-scaling-v1-cleansvg-stack-qwen-relabel-sharegpt
SVG Stack Qwen Relabel ShareGPT
ShareGPT-format conversation dataset with train, validation, and test splits.
Each record contains a conversations field.
