Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
task_categories:
|
| 4 |
- text-to-speech
|
| 5 |
- automatic-speech-recognition
|
|
@@ -19,10 +19,14 @@ pretty_name: Deepspeech annotate by Balalaika
|
|
| 19 |
- **Language:** Russian only
|
| 20 |
- **Genres:** Podcasts, public speech, YouTube, audiobooks, phone calls, TTS, and more
|
| 21 |
- **Source:** Deepspeech ([GitHub link](https://github.com/GeorgeFedoseev/DeepSpeech))
|
| 22 |
-
- **License:**
|
| 23 |
- **Total Duration After Filtering:** 278.6 hours (from over 6000 hours raw)
|
| 24 |
- **Format:** Parquet files with split-wise annotation
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
***
|
| 27 |
|
| 28 |
## Usage
|
|
@@ -168,7 +172,7 @@ Please cite the following paper if you use this dataset in research:
|
|
| 168 |
- [Other datasets annotated by BALALAIKA](https://huggingface.co/collections/MTUCI/balalaika-dataset)
|
| 169 |
- [Custom models' inference implementaton](https://huggingface.co/collections/MTUCI/balalaika-models)
|
| 170 |
- [Paper (arXiv)](https://arxiv.org/pdf/2507.13563)
|
| 171 |
-
- [
|
| 172 |
- [NISQA](https://github.com/gabrielmittag/NISQA/tree/master/nisqa)
|
| 173 |
- [pyannotate diarization](https://huggingface.co/pyannote/speaker-diarization-community-1)
|
| 174 |
- [T-one](https://github.com/voicekit-team/T-one/tree/main)
|
|
@@ -181,6 +185,6 @@ Please cite the following paper if you use this dataset in research:
|
|
| 181 |
|
| 182 |
## License
|
| 183 |
|
| 184 |
-
Distributed under **
|
| 185 |
|
| 186 |
***
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mpl-2.0
|
| 3 |
task_categories:
|
| 4 |
- text-to-speech
|
| 5 |
- automatic-speech-recognition
|
|
|
|
| 19 |
- **Language:** Russian only
|
| 20 |
- **Genres:** Podcasts, public speech, YouTube, audiobooks, phone calls, TTS, and more
|
| 21 |
- **Source:** Deepspeech ([GitHub link](https://github.com/GeorgeFedoseev/DeepSpeech))
|
| 22 |
+
- **License:** mpl-2.0 (same as original DeepSpeech)
|
| 23 |
- **Total Duration After Filtering:** 278.6 hours (from over 6000 hours raw)
|
| 24 |
- **Format:** Parquet files with split-wise annotation
|
| 25 |
|
| 26 |
+
## Contact and updates
|
| 27 |
+
- **email:** `k.n.borodin@mtuci.ru`
|
| 28 |
+
- **TG channel:** `https://t.me/korallll_ai`
|
| 29 |
+
|
| 30 |
***
|
| 31 |
|
| 32 |
## Usage
|
|
|
|
| 172 |
- [Other datasets annotated by BALALAIKA](https://huggingface.co/collections/MTUCI/balalaika-dataset)
|
| 173 |
- [Custom models' inference implementaton](https://huggingface.co/collections/MTUCI/balalaika-models)
|
| 174 |
- [Paper (arXiv)](https://arxiv.org/pdf/2507.13563)
|
| 175 |
+
- [DeepSpeech repository](https://github.com/GeorgeFedoseev/DeepSpeech)
|
| 176 |
- [NISQA](https://github.com/gabrielmittag/NISQA/tree/master/nisqa)
|
| 177 |
- [pyannotate diarization](https://huggingface.co/pyannote/speaker-diarization-community-1)
|
| 178 |
- [T-one](https://github.com/voicekit-team/T-one/tree/main)
|
|
|
|
| 185 |
|
| 186 |
## License
|
| 187 |
|
| 188 |
+
Distributed under **MPL 2.0**, matching original DeepSpeech terms.
|
| 189 |
|
| 190 |
***
|