lawallanre
commited on
Commit
•
323cb2d
1
Parent(s):
5de9d40
added aa config filed for manual uploading
Browse files
README.md
CHANGED
@@ -1,4 +1,14 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: ofl-1.1
|
3 |
task_categories:
|
4 |
- text-classification
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: "data/train,tsv"
|
7 |
+
- split: test
|
8 |
+
path: "data.tsv"
|
9 |
+
- split: dev
|
10 |
+
path: "data/dev.tsv"
|
11 |
+
|
12 |
license: ofl-1.1
|
13 |
task_categories:
|
14 |
- text-classification
|