polinaeterna commited on
Commit
8ef6cd9
·
1 Parent(s): 56e7c65

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ builder_config:
3
+ data_files:
4
+ - split: train
5
+ pattern: data/train-*
6
+ - split: random
7
+ pattern: data/random-*
8
+ dataset_info:
9
+ features:
10
+ - name: x
11
+ dtype: int64
12
+ - name: y
13
+ dtype: int64
14
+ splits:
15
+ - name: train
16
+ num_bytes: 1600
17
+ num_examples: 100
18
+ - name: random
19
+ num_bytes: 800
20
+ num_examples: 50
21
+ download_size: 4042
22
+ dataset_size: 2400
23
+ ---
24
+ # Dataset Card for "push_to_hub_single_config"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)