xzhao-tkl commited on
Commit
312e4a5
1 Parent(s): 7476190

Update readme

Browse files
README.md CHANGED
@@ -117,14 +117,14 @@ configs:
117
  path: "fact/myriadlama/valid.json"
118
  - split: test
119
  path: "fact/myriadlama/test.json"
120
- - config_name: commensenseqa
121
  data_files:
122
  - split: train
123
- path: "fact/commensenseqa/train.json"
124
  - split: validation
125
- path: "fact/commensenseqa/valid.json"
126
  - split: test
127
- path: "fact/commensenseqa/test.json"
128
  - config_name: templama
129
  data_files:
130
  - split: train
@@ -134,7 +134,6 @@ configs:
134
  - split: test
135
  path: "fact/templama/test.json"
136
 
137
-
138
  - config_name: halueval
139
  data_files:
140
  - split: train
@@ -160,7 +159,6 @@ configs:
160
  - split: test
161
  path: "self-reflection/toxicity/test.json"
162
 
163
-
164
  - config_name: lti
165
  data_files:
166
  - split: train
 
117
  path: "fact/myriadlama/valid.json"
118
  - split: test
119
  path: "fact/myriadlama/test.json"
120
+ - config_name: commonsenseqa
121
  data_files:
122
  - split: train
123
+ path: "fact/commonsenseqa/train.json"
124
  - split: validation
125
+ path: "fact/commonsenseqa/valid.json"
126
  - split: test
127
+ path: "fact/commonsenseqa/test.json"
128
  - config_name: templama
129
  data_files:
130
  - split: train
 
134
  - split: test
135
  path: "fact/templama/test.json"
136
 
 
137
  - config_name: halueval
138
  data_files:
139
  - split: train
 
159
  - split: test
160
  path: "self-reflection/toxicity/test.json"
161
 
 
162
  - config_name: lti
163
  data_files:
164
  - split: train
dataset_infos.json CHANGED
@@ -46,7 +46,7 @@
46
  },
47
  "description": "Binary sentiment classification (IMDB)."
48
  },
49
- "commensenseqa": {
50
  "features": {
51
  "text": {
52
  "_type": "Value",
@@ -133,16 +133,6 @@
133
  "_type": "Value",
134
  "dtype": "string"
135
  },
136
- "chunks": {
137
- "feature": {
138
- "_type": "Sequence",
139
- "feature": {
140
- "_type": "Value",
141
- "dtype": "string"
142
- }
143
- },
144
- "_type": "Sequence"
145
- },
146
  "target_chunk": {
147
  "_type": "Sequence",
148
  "feature": {
@@ -172,16 +162,6 @@
172
  "_type": "Value",
173
  "dtype": "string"
174
  },
175
- "chunks": {
176
- "feature": {
177
- "_type": "Sequence",
178
- "feature": {
179
- "_type": "Value",
180
- "dtype": "string"
181
- }
182
- },
183
- "_type": "Sequence"
184
- },
185
  "target_chunk": {
186
  "_type": "Sequence",
187
  "feature": {
@@ -203,7 +183,7 @@
203
  "dtype": "int8"
204
  }
205
  },
206
- "description": "Multi-choice, named-entity-recognition tagging based on CoNLL 2000 Dataset (TempLAMA)."
207
  },
208
  "postag": {
209
  "features": {
@@ -236,7 +216,7 @@
236
  "dtype": "int8"
237
  }
238
  },
239
- "description": "Multi-choice, part-of-speech tagging based on CoNLL 2003 Dataset (TempLAMA)."
240
  },
241
  "clang8": {
242
  "features": {
@@ -372,7 +352,7 @@
372
  ]
373
  }
374
  },
375
- "description": "Toxicity detection task"
376
  },
377
  "amazon-review-multi": {
378
  "features": {
@@ -388,7 +368,8 @@
388
  "_type": "Value",
389
  "dtype": "string"
390
  }
391
- }
 
392
  },
393
  "lti": {
394
  "features": {
@@ -400,7 +381,8 @@
400
  "_type": "Value",
401
  "dtype": "string"
402
  }
403
- }
 
404
  },
405
  "mlama": {
406
  "features": {
@@ -496,5 +478,5 @@
496
  }
497
  }
498
  },
499
- "description": "Multi-choice, Entailment inference task (MNLI)."
500
  }
 
46
  },
47
  "description": "Binary sentiment classification (IMDB)."
48
  },
49
+ "commonsenseqa": {
50
  "features": {
51
  "text": {
52
  "_type": "Value",
 
133
  "_type": "Value",
134
  "dtype": "string"
135
  },
 
 
 
 
 
 
 
 
 
 
136
  "target_chunk": {
137
  "_type": "Sequence",
138
  "feature": {
 
162
  "_type": "Value",
163
  "dtype": "string"
164
  },
 
 
 
 
 
 
 
 
 
 
165
  "target_chunk": {
166
  "_type": "Sequence",
167
  "feature": {
 
183
  "dtype": "int8"
184
  }
185
  },
186
+ "description": "Multi-choice, named-entity-recognition tagging based on CoNLL 2000 Dataset."
187
  },
188
  "postag": {
189
  "features": {
 
216
  "dtype": "int8"
217
  }
218
  },
219
+ "description": "Multi-choice, part-of-speech tagging based on CoNLL 2003 Dataset."
220
  },
221
  "clang8": {
222
  "features": {
 
352
  ]
353
  }
354
  },
355
+ "description": "Toxicity detection task."
356
  },
357
  "amazon-review-multi": {
358
  "features": {
 
368
  "_type": "Value",
369
  "dtype": "string"
370
  }
371
+ },
372
+ "description": "Multi-choice, multilingual Amazon reviews task."
373
  },
374
  "lti": {
375
  "features": {
 
381
  "_type": "Value",
382
  "dtype": "string"
383
  }
384
+ },
385
+ "description": "Language and text identifier task (LTI)."
386
  },
387
  "mlama": {
388
  "features": {
 
478
  }
479
  }
480
  },
481
+ "description": "Cross-lingual natural language inference task (XNLI)."
482
  }
fact/{commensenseqa → commonsenseqa}/test.json RENAMED
File without changes
fact/{commensenseqa → commonsenseqa}/train.json RENAMED
File without changes
fact/{commensenseqa → commonsenseqa}/valid.json RENAMED
File without changes