fix(config-spec): updated config spec
Browse files
README.md
CHANGED
|
@@ -17,9 +17,13 @@ task_categories:
|
|
| 17 |
- automatic-speech-recognition
|
| 18 |
configs:
|
| 19 |
- config_name: pulled
|
| 20 |
-
data_files:
|
|
|
|
|
|
|
| 21 |
- config_name: quotes
|
| 22 |
-
data_files:
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# Dataset card for pale
|
|
|
|
| 17 |
- automatic-speech-recognition
|
| 18 |
configs:
|
| 19 |
- config_name: pulled
|
| 20 |
+
data_files:
|
| 21 |
+
- split: train
|
| 22 |
+
path: "pulled/*.parquet"
|
| 23 |
- config_name: quotes
|
| 24 |
+
data_files:
|
| 25 |
+
- split: train
|
| 26 |
+
path: "quotes/*.parquet"
|
| 27 |
---
|
| 28 |
|
| 29 |
# Dataset card for pale
|