kinianlo commited on
Commit
d3d4283
1 Parent(s): e3bb6e0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: scenarios
4
+ features:
5
+ - name: noun1_id
6
+ dtype: int64
7
+ - name: noun2_id
8
+ dtype: int64
9
+ - name: adjectives_id
10
+ sequence: int64
11
+ - name: epsilons
12
+ sequence: float64
13
+ splits:
14
+ - name: train
15
+ num_bytes: 3741586560
16
+ num_examples: 51966480
17
+ download_size: 569874919
18
+ dataset_size: 3741586560
19
+ configs:
20
+ - config_name: scenarios
21
+ data_files:
22
+ - split: train
23
+ path: scenarios/train-*
24
+ ---
25
+ # Dataset Card for "test"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)