Fixed indentation in yaml.
Browse files
README.md
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-3.0
|
3 |
configs:
|
4 |
-
- config_name:
|
5 |
-
data_files:
|
6 |
-
|
7 |
-
|
|
|
|
|
8 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-sa-3.0
|
3 |
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: "train/"
|
8 |
+
- split: validation
|
9 |
+
path: "validation.jsonl"
|
10 |
---
|