Upload dataset
Browse files- README.md +23 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Discrete Speech Units Dataset
|
2 |
|
3 |
This dataset contains discrete speech unit representations with various augmentations.
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: tokens
|
7 |
+
sequence: int32
|
8 |
+
- name: text
|
9 |
+
dtype: string
|
10 |
+
- name: augmentation
|
11 |
+
dtype: string
|
12 |
+
splits:
|
13 |
+
- name: train
|
14 |
+
num_bytes: 67167
|
15 |
+
num_examples: 32
|
16 |
+
download_size: 31966
|
17 |
+
dataset_size: 67167
|
18 |
+
configs:
|
19 |
+
- config_name: default
|
20 |
+
data_files:
|
21 |
+
- split: train
|
22 |
+
path: data/train-*
|
23 |
+
---
|
24 |
# Discrete Speech Units Dataset
|
25 |
|
26 |
This dataset contains discrete speech unit representations with various augmentations.
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5cabfa110d08fe0fad17031bdb6647315f82c70faf8162d8d37b0b5eddadbeb
|
3 |
+
size 31966
|