Instructions to use Ducnt17/ChunkFormer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use Ducnt17/ChunkFormer with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "Ducnt17/ChunkFormer" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
- doof-ferb/vlsp2020_vinai_100h
|
|
|
|
| 5 |
language:
|
| 6 |
- vi
|
| 7 |
pipeline_tag: automatic-speech-recognition
|
|
@@ -11,4 +12,6 @@ base_model:
|
|
| 11 |
- nvidia/stt_ru_conformer_ctc_large
|
| 12 |
tags:
|
| 13 |
- audio
|
|
|
|
|
|
|
| 14 |
---
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
- doof-ferb/vlsp2020_vinai_100h
|
| 5 |
+
- AILAB-VNUHCM/vivos
|
| 6 |
language:
|
| 7 |
- vi
|
| 8 |
pipeline_tag: automatic-speech-recognition
|
|
|
|
| 12 |
- nvidia/stt_ru_conformer_ctc_large
|
| 13 |
tags:
|
| 14 |
- audio
|
| 15 |
+
new_version: Ducnt17/ChunkFormer
|
| 16 |
+
library_name: espnet
|
| 17 |
---
|