SushantGautam
commited on
Commit
•
bf4bede
1
Parent(s):
fc8b928
Update README.md
Browse files
README.md
CHANGED
@@ -7,26 +7,89 @@ language:
|
|
7 |
- en
|
8 |
- de
|
9 |
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
|
|
30 |
# SoccerNet-Echoes
|
31 |
Official repo for the paper: [SoccerNet-Echoes: A Soccer Game Audio Commentary Dataset](https://arxiv.org/abs/2405.07354).
|
32 |
|
|
|
7 |
- en
|
8 |
- de
|
9 |
|
10 |
+
dataset_info:
|
11 |
+
- config_name: whisper_v1
|
12 |
+
features:
|
13 |
+
- name: segment_index
|
14 |
+
dtype: int32
|
15 |
+
- name: start_time
|
16 |
+
dtype: float32
|
17 |
+
- name: end_time
|
18 |
+
dtype: float32
|
19 |
+
- name: transcribed_text
|
20 |
+
dtype: string
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_bytes: 48411028
|
24 |
+
num_examples: 780160
|
25 |
+
download_size: 96617459
|
26 |
+
dataset_size: 48411028
|
27 |
+
- config_name: whisper_v1_en
|
28 |
+
features:
|
29 |
+
- name: segment_index
|
30 |
+
dtype: int32
|
31 |
+
- name: start_time
|
32 |
+
dtype: float32
|
33 |
+
- name: end_time
|
34 |
+
dtype: float32
|
35 |
+
- name: transcribed_text
|
36 |
+
dtype: string
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 31843296
|
40 |
+
num_examples: 563064
|
41 |
+
download_size: 96617459
|
42 |
+
dataset_size: 31843296
|
43 |
+
- config_name: whisper_v2
|
44 |
+
features:
|
45 |
+
- name: segment_index
|
46 |
+
dtype: int32
|
47 |
+
- name: start_time
|
48 |
+
dtype: float32
|
49 |
+
- name: end_time
|
50 |
+
dtype: float32
|
51 |
+
- name: transcribed_text
|
52 |
+
dtype: string
|
53 |
+
splits:
|
54 |
+
- name: train
|
55 |
+
num_bytes: 47409793
|
56 |
+
num_examples: 761240
|
57 |
+
download_size: 96617459
|
58 |
+
dataset_size: 47409793
|
59 |
+
- config_name: whisper_v2_en
|
60 |
+
features:
|
61 |
+
- name: segment_index
|
62 |
+
dtype: string
|
63 |
+
- name: start_time
|
64 |
+
dtype: float32
|
65 |
+
- name: end_time
|
66 |
+
dtype: float32
|
67 |
+
- name: transcribed_text
|
68 |
+
dtype: string
|
69 |
+
splits:
|
70 |
+
- name: train
|
71 |
+
num_bytes: 32198972
|
72 |
+
num_examples: 538990
|
73 |
+
download_size: 96617459
|
74 |
+
dataset_size: 32198972
|
75 |
+
- config_name: whisper_v3
|
76 |
+
features:
|
77 |
+
- name: segment_index
|
78 |
+
dtype: string
|
79 |
+
- name: start_time
|
80 |
+
dtype: float32
|
81 |
+
- name: end_time
|
82 |
+
dtype: float32
|
83 |
+
- name: transcribed_text
|
84 |
+
dtype: string
|
85 |
+
splits:
|
86 |
+
- name: train
|
87 |
+
num_bytes: 52528392
|
88 |
+
num_examples: 923221
|
89 |
+
download_size: 96617459
|
90 |
+
dataset_size: 52528392
|
91 |
---
|
92 |
+
|
93 |
# SoccerNet-Echoes
|
94 |
Official repo for the paper: [SoccerNet-Echoes: A Soccer Game Audio Commentary Dataset](https://arxiv.org/abs/2405.07354).
|
95 |
|