sileod commited on
Commit
d1ebac9
·
verified ·
1 Parent(s): f4d9bd9

Convert bigram_shift to Parquet

Browse files
README.md CHANGED
@@ -17,6 +17,30 @@ task_categories:
17
  - text-classification
18
  task_ids: []
19
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  - config_name: coordination_inversion
21
  features:
22
  - name: sentence
@@ -1259,6 +1283,14 @@ dataset_info:
1259
  download_size: 6894774
1260
  dataset_size: 10043942
1261
  configs:
 
 
 
 
 
 
 
 
1262
  - config_name: coordination_inversion
1263
  data_files:
1264
  - split: train
 
17
  - text-classification
18
  task_ids: []
19
  dataset_info:
20
+ - config_name: bigram_shift
21
+ features:
22
+ - name: sentence
23
+ dtype: string
24
+ - name: label
25
+ dtype:
26
+ class_label:
27
+ names:
28
+ '0': I
29
+ '1': O
30
+ - name: idx
31
+ dtype: int32
32
+ splits:
33
+ - name: train
34
+ num_bytes: 7940500
35
+ num_examples: 100000
36
+ - name: validation
37
+ num_bytes: 791987
38
+ num_examples: 10000
39
+ - name: test
40
+ num_bytes: 787594
41
+ num_examples: 10000
42
+ download_size: 6299408
43
+ dataset_size: 9520081
44
  - config_name: coordination_inversion
45
  features:
46
  - name: sentence
 
1283
  download_size: 6894774
1284
  dataset_size: 10043942
1285
  configs:
1286
+ - config_name: bigram_shift
1287
+ data_files:
1288
+ - split: train
1289
+ path: bigram_shift/train-*
1290
+ - split: validation
1291
+ path: bigram_shift/validation-*
1292
+ - split: test
1293
+ path: bigram_shift/test-*
1294
  - config_name: coordination_inversion
1295
  data_files:
1296
  - split: train
bigram_shift/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b09277d56aa66c5672f702be862e1752d1ef64db844c989f9342f33785579a17
3
+ size 530603
bigram_shift/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f01f3158762fec2b4cff60e857198f33fc707f501c298947c266d82a27dbff5
3
+ size 5234884
bigram_shift/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0284a253261f277ba69051dda74775d633f3092a7d5424a889ed16f54308eeda
3
+ size 533921