Fixed indentation in yaml.
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-3.0
|
3 |
configs:
|
4 |
-
- config_name:
|
5 |
-
data_files:
|
6 |
- split: train
|
7 |
path: train/
|
8 |
- split: test
|
|
|
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: test
|