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



