Instructions to use TalTechNLP/espnet2_estonian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use TalTechNLP/espnet2_estonian with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "TalTechNLP/espnet2_estonian" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
Commit ·
5cd2240
1
Parent(s): a356678
Update README.md
Browse files
README.md
CHANGED
|
@@ -46,7 +46,7 @@ Since this model was trained on mostly broadcast speech and texts from the web,
|
|
| 46 |
## Training data
|
| 47 |
Acoustic training data:
|
| 48 |
|
| 49 |
-
| Type | Amount |
|
| 50 |
|-----------------------|:------:|
|
| 51 |
| Broadcast speech | 591 |
|
| 52 |
| Spontaneous speech | 53 |
|
|
|
|
| 46 |
## Training data
|
| 47 |
Acoustic training data:
|
| 48 |
|
| 49 |
+
| Type | Amount (h) |
|
| 50 |
|-----------------------|:------:|
|
| 51 |
| Broadcast speech | 591 |
|
| 52 |
| Spontaneous speech | 53 |
|