SushantGautam
commited on
Commit
•
6b0c99b
1
Parent(s):
31d6de7
Update README.md
Browse files
README.md
CHANGED
@@ -11,25 +11,25 @@ configs:
|
|
11 |
data_files:
|
12 |
- split: train
|
13 |
path:
|
14 |
-
- "whisper_v1/**/*.json"
|
15 |
- config_name: whisper_v1_en
|
16 |
data_files:
|
17 |
- split: train
|
18 |
-
path: "whisper_v1_en/**/*.json"
|
19 |
|
20 |
- config_name: whisper_v2
|
21 |
data_files:
|
22 |
- split: train
|
23 |
-
path: "whisper_v2/**/*.json"
|
24 |
- config_name: whisper_v2_en
|
25 |
data_files:
|
26 |
- split: train
|
27 |
-
path: "whisper_v2_en/**/*.json"
|
28 |
|
29 |
- config_name: whisper_v3
|
30 |
data_files:
|
31 |
- split: train
|
32 |
-
path: "whisper_v3/**/*.json"
|
33 |
|
34 |
default: true
|
35 |
---
|
|
|
11 |
data_files:
|
12 |
- split: train
|
13 |
path:
|
14 |
+
- "Dataset/whisper_v1/**/*.json"
|
15 |
- config_name: whisper_v1_en
|
16 |
data_files:
|
17 |
- split: train
|
18 |
+
path: "Dataset/whisper_v1_en/**/*.json"
|
19 |
|
20 |
- config_name: whisper_v2
|
21 |
data_files:
|
22 |
- split: train
|
23 |
+
path: "Dataset/whisper_v2/**/*.json"
|
24 |
- config_name: whisper_v2_en
|
25 |
data_files:
|
26 |
- split: train
|
27 |
+
path: "Dataset/whisper_v2_en/**/*.json"
|
28 |
|
29 |
- config_name: whisper_v3
|
30 |
data_files:
|
31 |
- split: train
|
32 |
+
path: "Dataset/whisper_v3/**/*.json"
|
33 |
|
34 |
default: true
|
35 |
---
|