Datasets:
Upload 3 files
Browse files- config.json +6 -0
- test.csv +0 -0
- train.csv +0 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"labels": ["Other", "World"],
|
| 3 |
+
"target_class": 1,
|
| 4 |
+
"target_metric": "f1_1",
|
| 5 |
+
"task": "topic"
|
| 6 |
+
}
|
test.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|