Datasets:

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

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +60 -27
README.md CHANGED
@@ -1,29 +1,62 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: Filename
5
- dtype: string
6
- - name: Svg
7
- dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 5591367209
11
- num_examples: 2169710
12
- - name: val
13
- num_bytes: 280378795
14
- num_examples: 108456
15
- - name: test
16
- num_bytes: 14742278
17
- num_examples: 5709
18
- download_size: 3011558868
19
- dataset_size: 5886488282
20
- configs:
21
- - config_name: default
22
- data_files:
23
- - split: train
24
- path: data/train-*
25
- - split: val
26
- path: data/val-*
27
- - split: test
28
- path: data/test-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 svg-stack
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/svg-stack")
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