-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://creativecommons.org/publicdomain/zero/1.0/legalcode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
# Model card for Russian STT | ||
|
||
Jump to section: | ||
|
||
- [Model details](#model-details) | ||
- [Intended use](#intended-use) | ||
- [Performance Factors](#performance-factors) | ||
- [Metrics](#metrics) | ||
- [Training data](#training-data) | ||
- [Evaluation data](#evaluation-data) | ||
- [Ethical considerations](#ethical-considerations) | ||
- [Caveats and recommendations](#caveats-and-recommendations) | ||
|
||
## Model details | ||
|
||
- Person or organization developing model: Originally trained by [Joe Meyer](https://www.linkedin.com/in/joe-meyer-25753951/). | ||
- Model language: Russian / русский язык / `ru` | ||
- Model date: May 12, 2021 | ||
- Model type: `Speech-to-Text` | ||
- Model version: `v0.1.0` | ||
- Compatible with 🐸 STT version: `v0.9.3` | ||
- License: CC-0 | ||
- Citation details: `@techreport{russian-stt, author = {Meyer,Joe}, title = {Russian STT 0.1}, institution = {Coqui}, address = {\url{https://github.com/coqui-ai/STT-models}} year = {2021}, month = {May}, number = {STT-CV6.1-RU-0.1} }` | ||
- Where to send questions or comments about the model: You can leave an issue on [`STT-model` issues](https://github.com/coqui-ai/STT-models/issues), open a new discussion on [`STT-model` discussions](https://github.com/coqui-ai/STT-models/discussions), or chat with us on [Gitter](https://gitter.im/coqui-ai/). | ||
|
||
## Intended use | ||
|
||
Speech-to-Text for the [Russian Language](https://en.wikipedia.org/wiki/Russian_language) on 16kHz, mono-channel audio. | ||
|
||
## Performance Factors | ||
|
||
Factors relevant to Speech-to-Text performance include but are not limited to speaker demographics, recording quality, and background noise. Read more about STT performance factors [here](https://stt.readthedocs.io/en/latest/DEPLOYMENT.html#how-will-a-model-perform-on-my-data). | ||
|
||
## Metrics | ||
|
||
STT models are usually evaluated in terms of their transcription accuracy, deployment Real-Time Factor, and model size on disk. | ||
|
||
#### Transcription Accuracy | ||
|
||
The following Word Error Rates and Character Error Rates are reported for a non-official held-out test set from Common Voice 6.1 *with the use of an external language model*. The official `validated.tsv` was re-processed by [CorporaCreator](https://github.com/mozilla/corporacreator) to include all repeat sentences. | ||
|
||
|Test Corpus|WER|CER| | ||
|-----------|---|---| | ||
|Common Voice|32.3\%|12.2\%| | ||
|
||
#### Real-Time Factor | ||
|
||
Real-Time Factor (RTF) is defined as `processing-time / length-of-audio`. The exact real-time factor of an STT model will depend on the hardware setup, so you may experience a different RTF. | ||
|
||
Recorded average RTF on laptop CPU: `` | ||
|
||
#### Model Size | ||
|
||
`model.pbmm`: 181M | ||
`model.tflite`: 46M | ||
|
||
### Approaches to uncertainty and variability | ||
|
||
Confidence scores and multiple paths from the decoding beam can be used to measure model uncertainty and provide multiple, variable transcripts for any processed audio. | ||
|
||
## Training data | ||
|
||
This model was trained on a non-official training set from Common Voice 6.1. The official `validated.tsv` was re-processed by [CorporaCreator](https://github.com/mozilla/corporacreator) to include all repeat sentences. | ||
|
||
## Evaluation data | ||
|
||
This model was evaluated on a non-official testing set from Common Voice 6.1. The official `validated.tsv` was re-processed by [CorporaCreator](https://github.com/mozilla/corporacreator) to include all repeat sentences. | ||
|
||
## Ethical considerations | ||
|
||
Deploying a Speech-to-Text model into any production setting has ethical implications. You should consider these implications before use. | ||
|
||
### Demographic Bias | ||
|
||
You should assume every machine learning model has demographic bias unless proven otherwise. For STT models, it is often the case that transcription accuracy is better for men than it is for women. If you are using this model in production, you should acknowledge this as a potential issue. | ||
|
||
### Surveillance | ||
|
||
Speech-to-Text may be mis-used to invade the privacy of others by recording and mining information from private conversations. This kind of individual privacy is protected by law in may countries. You should not assume consent to record and analyze private speech. | ||
|
||
## Caveats and recommendations | ||
|
||
Machine learning models (like this STT model) perform best on data that is similar to the data on which they were trained. Read about what to expect from an STT model with regard to your data [here](https://stt.readthedocs.io/en/latest/DEPLOYMENT.html#how-will-a-model-perform-on-my-data). | ||
|
||
In most applications, it is recommended that you [train your own language model](https://stt.readthedocs.io/en/latest/LANGUAGE_MODEL.html) to improve transcription accuracy on your speech data. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
|
||
а | ||
б | ||
в | ||
г | ||
д | ||
е | ||
ж | ||
з | ||
и | ||
й | ||
к | ||
л | ||
м | ||
н | ||
о | ||
п | ||
р | ||
с | ||
т | ||
у | ||
ф | ||
х | ||
ц | ||
ч | ||
ш | ||
щ | ||
ъ | ||
ы | ||
ь | ||
э | ||
ю | ||
я | ||
ё |