Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Apurba-NSU-RnD-Lab
/
MenoChat_Whisper_Small

Automatic Speech Recognition
Transformers
Safetensors
whisper
Model card Files Files and versions
xet
Community

Instructions to use Apurba-NSU-RnD-Lab/MenoChat_Whisper_Small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    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")
  • Notebooks
  • Google Colab
  • Kaggle
MenoChat_Whisper_Small
967 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
RafatK's picture
RafatK
Upload processor
d3ca54f verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    5.17 kB
    Upload WhisperForConditionalGeneration about 2 months ago
  • config.json
    1.3 kB
    Upload WhisperForConditionalGeneration about 2 months ago
  • generation_config.json
    4.65 kB
    Upload WhisperForConditionalGeneration about 2 months ago
  • model.safetensors
    967 MB
    xet
    Upload WhisperForConditionalGeneration about 2 months ago
  • processor_config.json
    409 Bytes
    Upload processor about 2 months ago
  • tokenizer.json
    2.03 kB
    Upload processor about 2 months ago
  • tokenizer_config.json
    379 Bytes
    Upload processor about 2 months ago