fix(readme): changed the order of configs
Browse files
README.md
CHANGED
@@ -16,14 +16,14 @@ task_categories:
|
|
16 |
- text-classification
|
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
|
|
|
16 |
- text-classification
|
17 |
- automatic-speech-recognition
|
18 |
configs:
|
|
|
|
|
|
|
|
|
19 |
- config_name: quotes
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: "quotes/*.parquet"
|
23 |
+
- config_name: pulled
|
24 |
+
data_files:
|
25 |
+
- split: train
|
26 |
+
path: "pulled/*.parquet"
|
27 |
---
|
28 |
|
29 |
# Dataset card for pale
|