How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("automatic-speech-recognition", model="moraxgiga/audio_test")
# Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq

processor = AutoProcessor.from_pretrained("moraxgiga/audio_test")
model = AutoModelForSpeechSeq2Seq.from_pretrained("moraxgiga/audio_test")
Quick Links

this is speech to text model build for testing not for commercial use. @Gokul Raja

Downloads last month
10
Safetensors
Model size
72.6M params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using moraxgiga/audio_test 1