Datasets:
Tasks:
Text-to-Speech
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
< 1K
Tags:
kokoro-82M
License:
feat: Added parquet format description in README
Browse files
README.md
CHANGED
@@ -29,8 +29,11 @@ dataset_info:
|
|
29 |
|
30 |
# Kokoro-82M Voices
|
31 |
|
32 |
-
This dataset contains all the voices available in [hexgrad/Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M)
|
33 |
-
This dataset provides the
|
|
|
|
|
|
|
34 |
The voices name is the same as the `.pth` file names shown below.
|
35 |
|
36 |
```python
|
@@ -51,6 +54,7 @@ voices = [
|
|
51 |
|
52 |
For example, the "af" voices embeddings can be obtained using the "af.json" file which contains the embeddings as a JSON array.
|
53 |
The same "af" voices can be obtain in the single file by accessing the "af" name in the JSON object.
|
|
|
54 |
|
55 |
# Usage
|
56 |
|
|
|
29 |
|
30 |
# Kokoro-82M Voices
|
31 |
|
32 |
+
This dataset contains all the voices available in [hexgrad/Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M).
|
33 |
+
This dataset provides the voices in 3 different formats.
|
34 |
+
1. Individual voices embeddings in different JSON file
|
35 |
+
2. Single JSON which contains all the voices in a JSON object.
|
36 |
+
3. Parquet format for usage via `datasets`
|
37 |
The voices name is the same as the `.pth` file names shown below.
|
38 |
|
39 |
```python
|
|
|
54 |
|
55 |
For example, the "af" voices embeddings can be obtained using the "af.json" file which contains the embeddings as a JSON array.
|
56 |
The same "af" voices can be obtain in the single file by accessing the "af" name in the JSON object.
|
57 |
+
See `Usage` for more information on how to retreive the embeddings.
|
58 |
|
59 |
# Usage
|
60 |
|