starvector-svg-stack
收藏魔搭社区2025-12-05 更新2025-07-26 收录
下载链接:
https://modelscope.cn/datasets/mrfakename/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:
| Field Name | Description |
| :--------- | :---------- |
| `Filename` | Unique ID for each SVG |
| `Svg` | SVG code |
## Usage
```python
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](https://github.com/joanrod/star-vector/blob/main/README.md) file in the [StarVector GitHub repository](https://github.com/joanrod/star-vector).
## Citation
```bibtex
@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
<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="官方网站" 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代码仓库" src="https://img.shields.io/badge/Code-StarVector-white?&logo=github&logoColor=white" height="20" />
</a>
# 数据集卡片:svg-stack
## 数据集描述
本数据集包含可缩放矢量图形(Scalable Vector Graphics,SVG)代码示例,用于训练与评估面向图像矢量化任务的SVG模型。
## 数据集结构
### 特征字段
本数据集包含如下字段:
| 字段名 | 描述 |
| :--------- | :---------- |
| `Filename` | 用于唯一标识每份SVG文件的唯一ID |
| `Svg` | SVG代码内容 |
## 使用示例
python
from datasets import load_dataset
dataset = load_dataset("starvector/svg-stack")
## 基准测试评估
若需在本数据集上开展模型评估工作,请参阅StarVector GitHub仓库中的[README.md](https://github.com/joanrod/star-vector/blob/main/README.md)文件。
## 引用格式
bibtex
@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},
}
## 数据集标签
- 可缩放矢量图形(SVG)
- 视觉语言模型
- 多模态
- 代码
提供机构:
maas
创建时间:
2025-07-24



