zeio commited on
Commit
9eb8f99
1 Parent(s): f6948f7

fix(readme): changed the order of configs

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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