Automatic Speech Recognition
ESPnet
PyTorch
Vietnamese
audio
How to use from the
Use from the
ESPnet library
from espnet2.bin.asr_inference import Speech2Text

model = Speech2Text.from_pretrained(
  "Ducnt17/ChunkFormer"
)

speech, rate = soundfile.read("speech.wav")
text, *_ = model(speech)[0]
README.md exists but content is empty.
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Ducnt17/ChunkFormer

Finetuned
(1)
this model

Datasets used to train Ducnt17/ChunkFormer