Mikhail Tsimashkou
commited on
Commit
Β·
b4ec803
1
Parent(s):
d0dafe0
Update README.md
Browse files- README.md +5 -3
- data/aru/{speaker_embeddings.jsonl β speaker_embeddings_001.jsonl} +0 -1
- data/aru/speaker_embeddings_002.jsonl +1 -0
- data/aru/utterances.jsonl +2 -2
- data/cmu-arctic/utterances.jsonl +0 -2
- data/{cmu-arctic/speaker_embeddings.jsonl β cmu_arctic/speaker_embeddings_001.jsonl} +0 -1
- data/cmu_arctic/speaker_embeddings_002.jsonl +1 -0
- data/{cmu-arctic β cmu_arctic}/utterance_embeddings_001.jsonl +0 -0
- data/{cmu-arctic β cmu_arctic}/utterance_embeddings_002.jsonl +0 -0
- data/cmu_arctic/utterances.jsonl +2 -0
README.md
CHANGED
@@ -15,14 +15,14 @@ configs:
|
|
15 |
- split: aru
|
16 |
path: data/aru/utterances*.jsonl
|
17 |
- split: cmu_arctic
|
18 |
-
path: data/
|
19 |
- config_name: utterance_embeddings
|
20 |
version: 1.0.0
|
21 |
data_files:
|
22 |
- split: aru
|
23 |
path: data/aru/utterance_embeddings*.jsonl
|
24 |
- split: cmu_arctic
|
25 |
-
path: data/
|
26 |
- config_name: speaker_embeddings
|
27 |
version: 1.0.0
|
28 |
data_files: data/*/speaker_embeddings*.jsonl
|
@@ -63,7 +63,9 @@ dataset_info:
|
|
63 |
dtype: string
|
64 |
- name: name
|
65 |
dtype: string
|
66 |
-
- name:
|
|
|
|
|
67 |
dtype: string
|
68 |
- name: dataset_id
|
69 |
dtype: string
|
|
|
15 |
- split: aru
|
16 |
path: data/aru/utterances*.jsonl
|
17 |
- split: cmu_arctic
|
18 |
+
path: data/cmu_arctic/utterances*.jsonl
|
19 |
- config_name: utterance_embeddings
|
20 |
version: 1.0.0
|
21 |
data_files:
|
22 |
- split: aru
|
23 |
path: data/aru/utterance_embeddings*.jsonl
|
24 |
- split: cmu_arctic
|
25 |
+
path: data/cmu_arctic/utterance_embeddings*.jsonl
|
26 |
- config_name: speaker_embeddings
|
27 |
version: 1.0.0
|
28 |
data_files: data/*/speaker_embeddings*.jsonl
|
|
|
63 |
dtype: string
|
64 |
- name: name
|
65 |
dtype: string
|
66 |
+
- name: duration
|
67 |
+
dtype: float32
|
68 |
+
- name: speaker_id
|
69 |
dtype: string
|
70 |
- name: dataset_id
|
71 |
dtype: string
|
data/aru/{speaker_embeddings.jsonl β speaker_embeddings_001.jsonl}
RENAMED
@@ -1,2 +1 @@
|
|
1 |
{ "speaker_id": "001", "dataset_id": "001", "model_id": "001", "embedding": [1.0, 2.0, 3.0] }
|
2 |
-
{ "speaker_id": "001", "dataset_id": "001", "model_id": "001", "embedding": [1.0, 2.0, 3.0] }
|
|
|
1 |
{ "speaker_id": "001", "dataset_id": "001", "model_id": "001", "embedding": [1.0, 2.0, 3.0] }
|
|
data/aru/speaker_embeddings_002.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{ "speaker_id": "001", "dataset_id": "001", "model_id": "002", "embedding": [1.0, 2.0, 3.0] }
|
data/aru/utterances.jsonl
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
{ "id": "001", "name": "aru-file1.wav", "
|
2 |
-
{ "id": "002", "name": "aru-file2.wav", "
|
|
|
1 |
+
{ "id": "001", "name": "aru-file1.wav", "duration": 3.25, "speaker_id": "001", "dataset_id": "001" }
|
2 |
+
{ "id": "002", "name": "aru-file2.wav", "duration": 1.53, "speaker_id": "001", "dataset_id": "001" }
|
data/cmu-arctic/utterances.jsonl
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
{ "id": "001", "name": "cmu-arctic-file1.wav", "speaker": "002", "dataset_id": "002" }
|
2 |
-
{ "id": "002", "name": "cmu-arctic-file2.wav", "speaker": "002", "dataset_id": "002" }
|
|
|
|
|
|
data/{cmu-arctic/speaker_embeddings.jsonl β cmu_arctic/speaker_embeddings_001.jsonl}
RENAMED
@@ -1,2 +1 @@
|
|
1 |
{ "speaker_id": "002", "dataset_id": "002", "model_id": "001", "embedding": [1.0, 2.0, 3.0] }
|
2 |
-
{ "speaker_id": "002", "dataset_id": "002", "model_id": "001", "embedding": [1.0, 2.0, 3.0] }
|
|
|
1 |
{ "speaker_id": "002", "dataset_id": "002", "model_id": "001", "embedding": [1.0, 2.0, 3.0] }
|
|
data/cmu_arctic/speaker_embeddings_002.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{ "speaker_id": "002", "dataset_id": "002", "model_id": "002", "embedding": [1.0, 2.0, 3.0] }
|
data/{cmu-arctic β cmu_arctic}/utterance_embeddings_001.jsonl
RENAMED
File without changes
|
data/{cmu-arctic β cmu_arctic}/utterance_embeddings_002.jsonl
RENAMED
File without changes
|
data/cmu_arctic/utterances.jsonl
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
{ "id": "001", "name": "cmu-arctic-file1.wav", "duration": 2.3, "speaker_id": "002", "dataset_id": "002" }
|
2 |
+
{ "id": "002", "name": "cmu-arctic-file2.wav", "duration": 1.53, "speaker_id": "002", "dataset_id": "002" }
|