SushantGautam
commited on
Commit
•
31d6de7
1
Parent(s):
8ddf7a3
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,32 @@ task_categories:
|
|
6 |
language:
|
7 |
- en
|
8 |
- de
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
# SoccerNet-Echoes
|
11 |
Official repo for the paper: [SoccerNet-Echoes: A Soccer Game Audio Commentary Dataset](https://arxiv.org/abs/2405.07354).
|
|
|
6 |
language:
|
7 |
- en
|
8 |
- de
|
9 |
+
configs:
|
10 |
+
- config_name: whisper_v1
|
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 |
---
|
36 |
# SoccerNet-Echoes
|
37 |
Official repo for the paper: [SoccerNet-Echoes: A Soccer Game Audio Commentary Dataset](https://arxiv.org/abs/2405.07354).
|