Convert dataset to Parquet
#4
by
SushantGautam
- opened
- .gitattributes +1 -0
- README.md +15 -8
- whisper_v1/train-00000-of-00001.parquet +3 -0
.gitattributes
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
whisper_v1/train-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,29 +1,30 @@
|
|
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:
|
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:
|
24 |
num_examples: 780160
|
25 |
-
download_size:
|
26 |
-
dataset_size:
|
27 |
- config_name: whisper_v1_en
|
28 |
features:
|
29 |
- name: segment_index
|
@@ -88,6 +89,12 @@ dataset_info:
|
|
88 |
num_examples: 923221
|
89 |
download_size: 96617459
|
90 |
dataset_size: 52528392
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
---
|
92 |
|
93 |
# SoccerNet-Echoes
|
|
|
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: string
|
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: 110289348
|
25 |
num_examples: 780160
|
26 |
+
download_size: 34176839
|
27 |
+
dataset_size: 110289348
|
28 |
- config_name: whisper_v1_en
|
29 |
features:
|
30 |
- name: segment_index
|
|
|
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
|
whisper_v1/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ceb96fd48534af9fc3e0ae841c07d8049b9be8834ef5a0fa06d2e4880ccfc148
|
3 |
+
size 34176839
|