Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -2,33 +2,32 @@
|
|
2 |
{}
|
3 |
---
|
4 |
|
5 |
-
|
6 |
|
7 |
-
|
8 |
|
9 |
-
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
14 |
|
15 |
-
|
16 |
-
|
17 |
|
18 |
-
|
19 |
|
20 |
-
|
21 |
|
22 |
-
|
23 |
|
24 |
-
|
25 |
-
|
26 |
|
27 |
-
|
28 |
-
|
29 |
|
30 |
-
|
31 |
|
32 |
-
|
33 |
-
|
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
|
|