text2svg-stack
收藏魔搭社区2025-10-09 更新2025-03-29 收录
下载链接:
https://modelscope.cn/datasets/starvector/text2svg-stack
下载链接
链接失效反馈官方服务:
资源简介:
# Dataset Card for svg-stack-v2
## 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-v2")
```
## 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
# svg-stack-v2 数据集卡片
## 数据集说明
本数据集包含用于训练和评估图像矢量化可缩放矢量图形(Scalable Vector Graphics,SVG)模型的SVG代码示例。
## 数据集结构
### 数据集字段
本数据集包含以下字段:
| 字段名 | 描述 |
| :--------- | :----------------------- |
| `Filename` | 每个SVG的唯一标识符 |
| `Svg` | SVG代码 |
## 使用方法
python
from datasets import load_dataset
dataset = load_dataset("starvector/svg-stack-v2")
## 基准评估
若需在本数据集上评估你的模型,请参阅[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},
}
## 标签
- 可缩放矢量图形(SVG)
- 视觉语言模型
- 多模态
- 代码
提供机构:
maas
创建时间:
2025-03-22



