Update README.md
Browse files
README.md
CHANGED
|
@@ -3,11 +3,11 @@ configs:
|
|
| 3 |
- config_name: default
|
| 4 |
data_files:
|
| 5 |
- split: train
|
| 6 |
-
path: "train.
|
| 7 |
- split: eval
|
| 8 |
-
path: "eval.
|
| 9 |
- split: test
|
| 10 |
-
path: "test.
|
| 11 |
---
|
| 12 |
license: cc-by-4.0
|
| 13 |
task_categories:
|
|
|
|
| 3 |
- config_name: default
|
| 4 |
data_files:
|
| 5 |
- split: train
|
| 6 |
+
path: "train.json"
|
| 7 |
- split: eval
|
| 8 |
+
path: "eval.json"
|
| 9 |
- split: test
|
| 10 |
+
path: "test.json"
|
| 11 |
---
|
| 12 |
license: cc-by-4.0
|
| 13 |
task_categories:
|