taylorbollman commited on
Commit
d3c4c55
1 Parent(s): b51d97e

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: input_ids
5
+ sequence: int32
6
+ - name: token_type_ids
7
+ sequence: int8
8
+ - name: attention_mask
9
+ sequence: int8
10
+ - name: labels
11
+ sequence: int64
12
+ splits:
13
+ - name: test
14
+ num_bytes: 3963136
15
+ num_examples: 2192
16
+ - name: train
17
+ num_bytes: 33513088
18
+ num_examples: 18536
19
+ - name: validation
20
+ num_bytes: 3467744
21
+ num_examples: 1918
22
+ download_size: 11981141
23
+ dataset_size: 40943968
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: test
28
+ path: data/test-*
29
+ - split: train
30
+ path: data/train-*
31
+ - split: validation
32
+ path: data/validation-*
33
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ca31dd354cae4e131add80c06ea4b336a1e11cdfb03ccc0645f26b74550b913
3
+ size 1159816
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4e9132dd1f53265014004ebf22a6c77da0e03b4ae033c808a0c7d07478b982e
3
+ size 9805935
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eba17d7a06a3029763d2dbf1d646aaaaecafa4b1a60f52e87f5125b1a58feba7
3
+ size 1015390