Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
joanrodai commited on
Commit
330a608
·
verified ·
1 Parent(s): 4df221c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -18
README.md CHANGED
@@ -2,33 +2,32 @@
2
  {}
3
  ---
4
 
5
- # Dataset Card for SVG-Stack (Simple)
6
 
7
- ## Dataset Description
8
 
9
- This dataset contains SVG code examples for training and evaluating SVG models for image vectorization.
10
 
11
- ## Dataset Structure
12
 
13
- ### Data Instances
14
 
15
- The dataset contains the following splits:
16
- train, val, test
17
 
18
- ### Features
19
 
20
- {'Filename': Value(dtype='string', id=None), 'Svg': Value(dtype='string', id=None)}
21
 
22
- ## Usage
23
 
24
- ```python
25
- from datasets import load_dataset
26
 
27
- dataset = load_dataset("starvector/svg-stack-simple")
28
- ```
29
 
30
- ## Tags
31
 
32
- - svg
33
- - code
34
-
 
2
  {}
3
  ---
4
 
5
+ # Dataset Card for SVG-Stack (Simple)
6
 
7
+ ## Dataset Description
8
 
9
+ This dataset contains SVG code examples for training and evaluating SVG models for image vectorization.
10
 
11
+ ## Dataset Structure
12
 
13
+ ### Data Instances
14
 
15
+ The dataset contains the following splits:
16
+ train, val, test
17
 
18
+ ### Features
19
 
20
+ {'Filename': Value(dtype='string', id=None), 'Svg': Value(dtype='string', id=None)}
21
 
22
+ ## Usage
23
 
24
+ ```python
25
+ from datasets import load_dataset
26
 
27
+ dataset = load_dataset("starvector/svg-stack-simple")
28
+ ```
29
 
30
+ ## Tags
31
 
32
+ - svg
33
+ - code