xzhao-tkl commited on
Commit
8324b50
·
1 Parent(s): 1e22780

Update readme

Browse files
Files changed (1) hide show
  1. dataset_infos.json +125 -1
dataset_infos.json CHANGED
@@ -373,5 +373,129 @@
373
  }
374
  },
375
  "description": "Toxicity detection task"
376
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
377
  }
 
373
  }
374
  },
375
  "description": "Toxicity detection task"
376
+ },
377
+ "amazon-review-multi": {
378
+ "features": {
379
+ "text": {
380
+ "_type": "Value",
381
+ "dtype": "string"
382
+ },
383
+ "label": {
384
+ "_type": "Value",
385
+ "dtype": "int8"
386
+ },
387
+ "lang": {
388
+ "_type": "Value",
389
+ "dtype": "string"
390
+ }
391
+ }
392
+ },
393
+ "lti": {
394
+ "features": {
395
+ "text": {
396
+ "_type": "Value",
397
+ "dtype": "string"
398
+ },
399
+ "lang": {
400
+ "_type": "Value",
401
+ "dtype": "string"
402
+ }
403
+ }
404
+ },
405
+ "mlama": {
406
+ "features": {
407
+ "uuid": {
408
+ "_type": "Value",
409
+ "dtype": "string"
410
+ },
411
+ "text": {
412
+ "_type": "Value",
413
+ "dtype": "string"
414
+ },
415
+ "options": {
416
+ "feature": {
417
+ "_type": "Value",
418
+ "dtype": "string"
419
+ },
420
+ "length": 4,
421
+ "_type": "Sequence"
422
+ },
423
+ "label": {
424
+ "_type": "Value",
425
+ "dtype": "int8"
426
+ },
427
+ "lang": {
428
+ "_type": "Value",
429
+ "dtype": "string"
430
+ }
431
+ },
432
+ "description": "Multi-choice, Multilingual factual knowledge qa (mLAMA)."
433
+ },
434
+ "mpostag": {
435
+ "features": {
436
+ "text": {
437
+ "_type": "Value",
438
+ "dtype": "string"
439
+ },
440
+ "tokens": {
441
+ "feature": {
442
+ "_type": "Value",
443
+ "dtype": "string"
444
+ },
445
+ "_type": "Sequence"
446
+ },
447
+ "target_token": {
448
+ "_type": "Value",
449
+ "dtype": "string"
450
+ },
451
+ "options": {
452
+ "feature": {
453
+ "dtype": "string",
454
+ "id": null,
455
+ "_type": "Value"
456
+ },
457
+ "length": 4,
458
+ "_type": "Sequence"
459
+ },
460
+ "label": {
461
+ "_type": "Value",
462
+ "dtype": "int8"
463
+ },
464
+ "lang": {
465
+ "_type": "Value",
466
+ "dtype": "string"
467
+ }
468
+ },
469
+ "description": "Multi-choice, multilingual part-of-speech tagging from Universal Treebank corpora."
470
+ },
471
+ "xnli": {
472
+ "features": {
473
+ "index": {
474
+ "_type": "Value",
475
+ "dtype": "string"
476
+ },
477
+ "premise": {
478
+ "_type": "Value",
479
+ "dtype": "string"
480
+ },
481
+ "hypothesis": {
482
+ "_type": "Value",
483
+ "dtype": "string"
484
+ },
485
+ "label": {
486
+ "_type": "ClassLabel",
487
+ "names": [
488
+ "Entailment",
489
+ "Neutral",
490
+ "Contradiction"
491
+ ]
492
+ },
493
+ "lang": {
494
+ "_type": "Value",
495
+ "dtype": "string"
496
+ }
497
+ },
498
+ },
499
+ "description": "Multi-choice, Entailment inference task (MNLI)."
500
+ },
501
  }