refs/pr/5
#5
by
SushantGautam
- opened
- .gitattributes +0 -1
- README.md +8 -15
.gitattributes
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
whisper_v1/train-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
|
|
|
README.md
CHANGED
@@ -1,30 +1,29 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
-
- de
|
5 |
license: apache-2.0
|
6 |
task_categories:
|
7 |
- text-classification
|
8 |
- summarization
|
|
|
|
|
|
|
|
|
9 |
dataset_info:
|
10 |
- config_name: whisper_v1
|
11 |
features:
|
12 |
- name: segment_index
|
13 |
-
dtype:
|
14 |
- name: start_time
|
15 |
dtype: float32
|
16 |
- name: end_time
|
17 |
dtype: float32
|
18 |
- name: transcribed_text
|
19 |
dtype: string
|
20 |
-
- name: game
|
21 |
-
dtype: string
|
22 |
splits:
|
23 |
- name: train
|
24 |
-
num_bytes:
|
25 |
num_examples: 780160
|
26 |
-
download_size:
|
27 |
-
dataset_size:
|
28 |
- config_name: whisper_v1_en
|
29 |
features:
|
30 |
- name: segment_index
|
@@ -89,12 +88,6 @@ dataset_info:
|
|
89 |
num_examples: 923221
|
90 |
download_size: 96617459
|
91 |
dataset_size: 52528392
|
92 |
-
configs:
|
93 |
-
- config_name: whisper_v1
|
94 |
-
data_files:
|
95 |
-
- split: train
|
96 |
-
path: whisper_v1/train-*
|
97 |
-
default: true
|
98 |
---
|
99 |
|
100 |
# SoccerNet-Echoes
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
task_categories:
|
4 |
- text-classification
|
5 |
- summarization
|
6 |
+
language:
|
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
|
|
|
88 |
num_examples: 923221
|
89 |
download_size: 96617459
|
90 |
dataset_size: 52528392
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
---
|
92 |
|
93 |
# SoccerNet-Echoes
|