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



