Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
joanrodai commited on
Commit
ead610a
·
verified ·
1 Parent(s): 883e659

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +60 -33
README.md CHANGED
@@ -1,35 +1,62 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: Id
5
- dtype: string
6
- - name: Label
7
- dtype: string
8
- - name: Caption
9
- dtype: string
10
- - name: len_pix
11
- dtype: int64
12
- - name: Svg
13
- dtype: string
14
- splits:
15
- - name: train
16
- num_bytes: 1408519005
17
- num_examples: 1301707
18
- - name: valid
19
- num_bytes: 16090739
20
- num_examples: 15000
21
- - name: test
22
- num_bytes: 16138333
23
- num_examples: 15000
24
- download_size: 858317059
25
- dataset_size: 1440748077
26
- configs:
27
- - config_name: default
28
- data_files:
29
- - split: train
30
- path: data/train-*
31
- - split: valid
32
- path: data/valid-*
33
- - split: test
34
- path: data/test-*
35
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
+
5
+ <a href="" target="_blank">
6
+ <img alt="arXiv" src="https://img.shields.io/badge/arXiv-StarVector-red?logo=arxiv" height="20" />
7
+ </a>
8
+ <a href="https://starvector.github.io/" target="_blank">
9
+ <img alt="Website" src="https://img.shields.io/badge/🌎_Website-StarVector-blue.svg" height="20" />
10
+ </a>
11
+ <a href="https://github.com/joanrod/star-vector" target="_blank" style="display: inline-block; margin-right: 10px;">
12
+ <img alt="GitHub Code" src="https://img.shields.io/badge/Code-StarVector-white?&logo=github&logoColor=white" />
13
+ </a>
14
+
15
+ # Dataset Card for FIGR-SVG-v2
16
+
17
+ ## Dataset Description
18
+
19
+ This dataset contains SVG code examples for training and evaluating SVG models for image vectorization.
20
+
21
+ ## Dataset Structure
22
+
23
+
24
+ ### Features
25
+
26
+ The dataset contains the following fields:
27
+
28
+ | Field Name | Description |
29
+ | :--------- | :---------- |
30
+ | `Filename` | Unique ID for each SVG |
31
+ | `Svg` | SVG code |
32
+
33
+ ## Usage
34
+
35
+ ```python
36
+ from datasets import load_dataset
37
+
38
+ dataset = load_dataset("starvector/FIGR-SVG-v2")
39
+ ```
40
+
41
+ ## Benchmark Evaluation
42
+
43
+ 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).
44
+
45
+
46
+ ## Citation
47
+
48
+ ```bibtex
49
+ @article{rodriguez2023starvector,
50
+ title={{StarVector: Generating Scalable Vector Graphics Code from Images and Text}},
51
+ 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},
52
+ year={2023},
53
+ journal={arXiv preprint arXiv:2312.11556},
54
+ }
55
+ ```
56
+
57
+ ## Tags
58
+
59
+ - scalable vector graphics (SVG)
60
+ - vision language models
61
+ - multimodal
62
+ - code