polinaeterna commited on
Commit
955930d
·
1 Parent(s): 006d7b9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  dataset_info:
 
3
  features:
4
  - name: x
5
  dtype: int64
@@ -11,6 +12,21 @@ dataset_info:
11
  num_examples: 100
12
  download_size: 2279
13
  dataset_size: 1600
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
  # Dataset Card for "test_push_dataset_infos_json"
16
 
 
1
  ---
2
  dataset_info:
3
+ - config_name: default
4
  features:
5
  - name: x
6
  dtype: int64
 
12
  num_examples: 100
13
  download_size: 2279
14
  dataset_size: 1600
15
+ - config_name: v2
16
+ features:
17
+ - name: x
18
+ dtype: int64
19
+ - name: y
20
+ dtype: int64
21
+ splits:
22
+ - name: train
23
+ num_bytes: 3200
24
+ num_examples: 200
25
+ download_size: 0
26
+ dataset_size: 3200
27
+ configs_kwargs:
28
+ config_name: v2
29
+ data_dir: v2
30
  ---
31
  # Dataset Card for "test_push_dataset_infos_json"
32