starvector-svg-stack-simple
收藏魔搭社区2025-12-05 更新2025-07-26 收录
下载链接:
https://modelscope.cn/datasets/mrfakename/starvector-svg-stack-simple
下载链接
链接失效反馈官方服务:
资源简介:
<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 (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
```python
from datasets import load_dataset
dataset = load_dataset("starvector/svg-stack-simple")
```
## 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" />
</a>
# SVG-Stack(简易版)数据集卡片
## 数据集描述
本数据集包含可缩放矢量图形(Scalable Vector Graphics, SVG)代码示例,用于训练和评估面向图像矢量化任务的SVG模型。
## 数据集结构
### 数据集字段
本数据集包含以下字段:
| 字段名 | 描述 |
| :--------- | :---------- |
| `Filename` | 每个SVG的唯一标识符 |
| `Svg` | SVG代码 |
## 使用方法
python
from datasets import load_dataset
dataset = load_dataset("starvector/svg-stack-simple")
## 基准评估
若要在本数据集上评估你的模型,请参阅[StarVector GitHub仓库](https://github.com/joanrod/star-vector)中的[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},
}
## 标签
- 可缩放矢量图形(Scalable Vector Graphics, SVG)
- 视觉语言模型
- 多模态
- 代码
提供机构:
maas
创建时间:
2025-07-24



