polinaeterna commited on
Commit
6db8a84
·
1 Parent(s): 50f794d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,5 +1,21 @@
1
  ---
2
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  features:
4
  - name: x
5
  dtype: int64
@@ -15,6 +31,9 @@ dataset_info:
15
  download_size: 5578
16
  dataset_size: 4800
17
  configs_kwargs:
 
 
 
18
  data_dir: ./
19
  ---
20
  # Dataset Card for "push"
 
1
  ---
2
  dataset_info:
3
+ - config_name: custom
4
+ features:
5
+ - name: x
6
+ dtype: int64
7
+ - name: y
8
+ dtype: int64
9
+ splits:
10
+ - name: train
11
+ num_bytes: 3200
12
+ num_examples: 200
13
+ - name: test
14
+ num_bytes: 4800
15
+ num_examples: 300
16
+ download_size: 7682
17
+ dataset_size: 8000
18
+ - config_name: default
19
  features:
20
  - name: x
21
  dtype: int64
 
31
  download_size: 5578
32
  dataset_size: 4800
33
  configs_kwargs:
34
+ - config_name: custom
35
+ data_dir: custom
36
+ - config_name: default
37
  data_dir: ./
38
  ---
39
  # Dataset Card for "push"