johnatanebonilla
commited on
Commit
•
4479791
1
Parent(s):
5a00b41
Add column with processed transcriptions (no timestamps, lowercase, merged lines)
Browse files- README.md +5 -3
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -21,12 +21,14 @@ dataset_info:
|
|
21 |
dtype: string
|
22 |
- name: Transcription
|
23 |
dtype: string
|
|
|
|
|
24 |
splits:
|
25 |
- name: train
|
26 |
-
num_bytes:
|
27 |
num_examples: 5744
|
28 |
-
download_size:
|
29 |
-
dataset_size:
|
30 |
configs:
|
31 |
- config_name: default
|
32 |
data_files:
|
|
|
21 |
dtype: string
|
22 |
- name: Transcription
|
23 |
dtype: string
|
24 |
+
- name: Transcription_no_timestamp
|
25 |
+
dtype: string
|
26 |
splits:
|
27 |
- name: train
|
28 |
+
num_bytes: 197924525
|
29 |
num_examples: 5744
|
30 |
+
download_size: 102930390
|
31 |
+
dataset_size: 197924525
|
32 |
configs:
|
33 |
- config_name: default
|
34 |
data_files:
|
data/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59626f9d4900b9d5bac97487f46efd0e7a1b2ee445dc77f5d955ff77e02cc183
|
3 |
+
size 102930390
|