Datasets:
xzhao-tkl
commited on
Commit
·
3d6d302
1
Parent(s):
546228a
Update readme
Browse files- dataset_infos.json +6 -2
- linguistic/clang8/test.json +0 -0
- linguistic/clang8/train.json +0 -0
- linguistic/clang8/valid.json +0 -0
dataset_infos.json
CHANGED
@@ -240,13 +240,17 @@
|
|
240 |
},
|
241 |
"clang8": {
|
242 |
"features": {
|
243 |
-
"
|
244 |
"_type": "Value",
|
245 |
"dtype": "string"
|
246 |
},
|
247 |
-
"
|
248 |
"_type": "Value",
|
249 |
"dtype": "string"
|
|
|
|
|
|
|
|
|
250 |
}
|
251 |
},
|
252 |
"description": "Binary classification, Grammatic error detection (Clang8)."
|
|
|
240 |
},
|
241 |
"clang8": {
|
242 |
"features": {
|
243 |
+
"sentence1": {
|
244 |
"_type": "Value",
|
245 |
"dtype": "string"
|
246 |
},
|
247 |
+
"sentence2": {
|
248 |
"_type": "Value",
|
249 |
"dtype": "string"
|
250 |
+
},
|
251 |
+
"label": {
|
252 |
+
"_type": "Value",
|
253 |
+
"dtype": "int8"
|
254 |
}
|
255 |
},
|
256 |
"description": "Binary classification, Grammatic error detection (Clang8)."
|
linguistic/clang8/test.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
linguistic/clang8/train.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
linguistic/clang8/valid.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|