xzhao-tkl commited on
Commit
cc8867e
·
1 Parent(s): c87a886

Update readme

Browse files
Files changed (1) hide show
  1. dataset_infos.json +69 -2
dataset_infos.json CHANGED
@@ -37,10 +37,77 @@
37
  "dtype": "string"
38
  },
39
  "label": {
40
- "_type": "Value",
41
- "dtype": "bool"
 
 
 
42
  }
43
  },
44
  "description": "Binary sentiment classification (IMDB)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  }
46
  }
 
37
  "dtype": "string"
38
  },
39
  "label": {
40
+ "_type": "ClassLabel",
41
+ "names": [
42
+ "Negative",
43
+ "Positive"
44
+ ]
45
  }
46
  },
47
  "description": "Binary sentiment classification (IMDB)."
48
+ },
49
+ "commensenseqa": {
50
+ "features": {
51
+ "text": {
52
+ "_type": "Value",
53
+ "dtype": "string"
54
+ },
55
+ "options": {
56
+ "_type": "Sequence",
57
+ "dtype": "string"
58
+ },
59
+ "label": {
60
+ "_type": "int32"
61
+ }
62
+ },
63
+ "description": "Commense knowledge-answering datasets (CommensenseQA)."
64
+ },
65
+ "fever": {
66
+ "features": {
67
+ "text": {
68
+ "_type": "Value",
69
+ "dtype": "string"
70
+ },
71
+ "label": {
72
+ "_type": "ClassLabel",
73
+ "names": [
74
+ "Incorrect",
75
+ "Correct"
76
+ ]
77
+ }
78
+ },
79
+ "description": "Binary classification, fact-checking (FEVER)."
80
+ },
81
+ "myriadlama": {
82
+ "features": {
83
+ "text": {
84
+ "_type": "Value",
85
+ "dtype": "string"
86
+ },
87
+ "options": {
88
+ "_type": "Sequence",
89
+ "dtype": "string"
90
+ },
91
+ "label": {
92
+ "_type": "int32"
93
+ }
94
+ },
95
+ "description": "Multi-choice, open-domain knowledge question-answering (MyriadLAMA)."
96
+ },
97
+ "templama": {
98
+ "features": {
99
+ "text": {
100
+ "_type": "Value",
101
+ "dtype": "string"
102
+ },
103
+ "options": {
104
+ "_type": "Sequence",
105
+ "dtype": "string"
106
+ },
107
+ "label": {
108
+ "_type": "int32"
109
+ }
110
+ },
111
+ "description": "Multi-choice, open-domain temporary knowledge QA (TempLAMA)."
112
  }
113
  }