polinaeterna commited on
Commit
57dd19d
·
1 Parent(s): 633f604

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: 16000
17
+ num_examples: 1000
18
+ - name: random
19
+ num_bytes: 1600
20
+ num_examples: 100
21
+ download_size: 14090
22
+ dataset_size: 17600
23
+ ---
24
+ # Dataset Card for "test-windows"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)