svgs
Datasets
All datasets matching “svgs”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.
