dwadden commited on
Commit
cc2a0eb
1 Parent(s): ea30665

Upload dataset

Browse files
4096/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9140b5a8d2e2ccf4ec0b133fabcc1f5d41e64649bd8e0e08b5fd46771065f7e
3
+ size 74656716
4096/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:300bca22ad0dddb1b0a1502e37e6bd3124a0a2a613ffc78cb5c6f524e1a69ebc
3
+ size 170925815
4096/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20682f1832839b5eb66de73fe9fa0af9b8d15828a452cc0366ecced336956b0e
3
+ size 63233119
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: '4096'
4
+ features:
5
+ - name: input
6
+ dtype: string
7
+ - name: output
8
+ dtype: string
9
+ - name: metadata
10
+ struct:
11
+ - name: domains
12
+ sequence: string
13
+ - name: input_context
14
+ dtype: string
15
+ - name: output_context
16
+ dtype: string
17
+ - name: source_type
18
+ dtype: string
19
+ - name: task_family
20
+ dtype: string
21
+ - name: _instance_id
22
+ dtype: string
23
+ splits:
24
+ - name: train
25
+ num_bytes: 388072842
26
+ num_examples: 70521
27
+ - name: validation
28
+ num_bytes: 147030710
29
+ num_examples: 30736
30
+ - name: test
31
+ num_bytes: 186329809
32
+ num_examples: 35875
33
+ download_size: 308815650
34
+ dataset_size: 721433361
35
+ configs:
36
+ - config_name: '4096'
37
+ data_files:
38
+ - split: train
39
+ path: 4096/train-*
40
+ - split: validation
41
+ path: 4096/validation-*
42
+ - split: test
43
+ path: 4096/test-*
44
+ ---