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

Convert odd_man_out to Parquet

Browse files
README.md CHANGED
@@ -65,6 +65,30 @@ dataset_info:
65
  num_examples: 7894
66
  download_size: 6396952
67
  dataset_size: 9563966
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  - config_name: past_present
69
  features:
70
  - name: sentence
@@ -1251,6 +1275,14 @@ configs:
1251
  path: obj_number/validation-*
1252
  - split: test
1253
  path: obj_number/test-*
 
 
 
 
 
 
 
 
1254
  - config_name: past_present
1255
  data_files:
1256
  - split: train
 
65
  num_examples: 7894
66
  download_size: 6396952
67
  dataset_size: 9563966
68
+ - config_name: odd_man_out
69
+ features:
70
+ - name: sentence
71
+ dtype: string
72
+ - name: label
73
+ dtype:
74
+ class_label:
75
+ names:
76
+ '0': C
77
+ '1': O
78
+ - name: idx
79
+ dtype: int32
80
+ splits:
81
+ - name: train
82
+ num_bytes: 9145894
83
+ num_examples: 83157
84
+ - name: validation
85
+ num_bytes: 916957
86
+ num_examples: 8402
87
+ - name: test
88
+ num_bytes: 915281
89
+ num_examples: 8446
90
+ download_size: 7482417
91
+ dataset_size: 10978132
92
  - config_name: past_present
93
  features:
94
  - name: sentence
 
1275
  path: obj_number/validation-*
1276
  - split: test
1277
  path: obj_number/test-*
1278
+ - config_name: odd_man_out
1279
+ data_files:
1280
+ - split: train
1281
+ path: odd_man_out/train-*
1282
+ - split: validation
1283
+ path: odd_man_out/validation-*
1284
+ - split: test
1285
+ path: odd_man_out/test-*
1286
  - config_name: past_present
1287
  data_files:
1288
  - split: train
odd_man_out/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe22c1dd1dfebfa6a1fa96f7d4fbc389cdbad552a5d40df130095f6e15d84a07
3
+ size 632178
odd_man_out/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a95b703f7fd23a7ad4cb34d5f4181accd1e3f9c550552ba551fcdafeb9023fa4
3
+ size 6216565
odd_man_out/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:254bfaf250f0b9c8f1b82b1a871301fcdf388fd043544f0205b03392b2dc1a50
3
+ size 633674