Datasets:
Update config to use correct file name
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ configs:
|
|
| 13 |
- split: train
|
| 14 |
path: "data.jsonl"
|
| 15 |
- split: test_same
|
| 16 |
-
path: same-genre.jsonl
|
| 17 |
- split: test_cross
|
| 18 |
path: test-cross-genre.jsonl
|
| 19 |
|
|
|
|
| 13 |
- split: train
|
| 14 |
path: "data.jsonl"
|
| 15 |
- split: test_same
|
| 16 |
+
path: test-same-genre.jsonl
|
| 17 |
- split: test_cross
|
| 18 |
path: test-cross-genre.jsonl
|
| 19 |
|