jkwiatkowski commited on
Commit
10dbc09
·
1 Parent(s): 0524ffe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: inputs
5
+ dtype:
6
+ array3_d:
7
+ shape:
8
+ - 16
9
+ - 160
10
+ - 160
11
+ dtype: uint8
12
+ - name: target
13
+ dtype:
14
+ array2_d:
15
+ shape:
16
+ - 16
17
+ - 113
18
+ dtype: int8
19
+ - name: index
20
+ dtype: uint8
21
+ splits:
22
+ - name: train
23
+ num_bytes: 17714970000
24
+ num_examples: 42000
25
+ - name: val
26
+ num_bytes: 5904990000
27
+ num_examples: 14000
28
+ - name: test
29
+ num_bytes: 5904990000
30
+ num_examples: 14000
31
+ download_size: 1225465267
32
+ dataset_size: 29524950000
33
+ ---
34
+ # Dataset Card for "raven"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)