Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ configs:
|
|
| 3 |
- config_name: default
|
| 4 |
data_files:
|
| 5 |
- split: train
|
| 6 |
-
path:
|
| 7 |
dataset_info:
|
| 8 |
features:
|
| 9 |
- name: audio
|
|
@@ -22,6 +22,7 @@ language:
|
|
| 22 |
- vi
|
| 23 |
size_categories:
|
| 24 |
- 1K<n<10K
|
|
|
|
| 25 |
---
|
| 26 |
|
| 27 |
# Voidces
|
|
@@ -90,4 +91,4 @@ audio_array, sr = sf.read(io.BytesIO(audio_bytes))
|
|
| 90 |
- **Parquet files**: 5
|
| 91 |
- **Format**: WAV (binary bytes)
|
| 92 |
|
| 93 |
-
Created with automated pipeline: Whisper → YAMNet → BS-RoFormer
|
|
|
|
| 3 |
- config_name: default
|
| 4 |
data_files:
|
| 5 |
- split: train
|
| 6 |
+
path: task_1770352558371/*.parquet
|
| 7 |
dataset_info:
|
| 8 |
features:
|
| 9 |
- name: audio
|
|
|
|
| 22 |
- vi
|
| 23 |
size_categories:
|
| 24 |
- 1K<n<10K
|
| 25 |
+
license: artistic-2.0
|
| 26 |
---
|
| 27 |
|
| 28 |
# Voidces
|
|
|
|
| 91 |
- **Parquet files**: 5
|
| 92 |
- **Format**: WAV (binary bytes)
|
| 93 |
|
| 94 |
+
Created with automated pipeline: Whisper → YAMNet → BS-RoFormer
|