How to use Apurba-NSU-RnD-Lab/MenoChat_Whisper_Small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Apurba-NSU-RnD-Lab/MenoChat_Whisper_Small")
# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Apurba-NSU-RnD-Lab/MenoChat_Whisper_Small") model = AutoModelForSpeechSeq2Seq.from_pretrained("Apurba-NSU-RnD-Lab/MenoChat_Whisper_Small")
The community tab is the place to discuss and collaborate with the HF community!