ajayvikram commited on
Commit
9c9f07f
·
verified ·
1 Parent(s): 534a7fa

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +0 -45
README.md CHANGED
@@ -7,45 +7,6 @@ tags:
7
  - plotting
8
  - computer-vision
9
  - synthetic
10
- configs:
11
- - config_name: default
12
- data_files:
13
- - split: train
14
- path: data/train-*
15
- dataset_info:
16
- features:
17
- - name: image
18
- dtype: image
19
- - name: code
20
- dtype: string
21
- - name: example_id
22
- dtype: string
23
- - name: figure_index
24
- dtype: int64
25
- - name: figure_name
26
- dtype: string
27
- - name: title
28
- dtype: string
29
- - name: example_page_url
30
- dtype: string
31
- - name: source_url
32
- dtype: string
33
- - name: source_relpath
34
- dtype: string
35
- - name: category_hint
36
- dtype: string
37
- - name: status
38
- dtype: string
39
- - name: num_figures
40
- dtype: int64
41
- - name: error
42
- dtype: 'null'
43
- splits:
44
- - name: train
45
- num_bytes: 57044107
46
- num_examples: 643
47
- download_size: 54960557
48
- dataset_size: 57044107
49
  ---
50
 
51
  # Matplotlib Code-Image Pairs
@@ -118,9 +79,3 @@ from datasets import load_dataset
118
 
119
  ds = load_dataset("ajayvikram/matplotlib-code-image", split="train")
120
  ```
121
-
122
- ## License And Attribution
123
-
124
- This dataset is derived from Matplotlib gallery examples. The dataset card uses `license: other` by default,
125
- but you should verify the correct redistribution requirements before publishing publicly and retain appropriate
126
- Matplotlib attribution and license notices.
 
7
  - plotting
8
  - computer-vision
9
  - synthetic
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  # Matplotlib Code-Image Pairs
 
79
 
80
  ds = load_dataset("ajayvikram/matplotlib-code-image", split="train")
81
  ```