Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

pointbreak3000
/
whisper-small-nptel

Automatic Speech Recognition
PEFT
TensorBoard
Safetensors
Transformers
whisper
lora
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use pointbreak3000/whisper-small-nptel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use pointbreak3000/whisper-small-nptel with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("openai/whisper-small")
    model = PeftModel.from_pretrained(base_model, "pointbreak3000/whisper-small-nptel")
  • Transformers

    How to use pointbreak3000/whisper-small-nptel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="pointbreak3000/whisper-small-nptel")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("pointbreak3000/whisper-small-nptel")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("pointbreak3000/whisper-small-nptel")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-nptel
544 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 32 commits
pointbreak3000's picture
pointbreak3000
Add fully merged whisper-small-nptel model (step 4000)
4fcbda4 verified 3 months ago
  • last-checkpoint
    Training in progress, step 4000, checkpoint 3 months ago
  • runs
    Training in progress, step 4000 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    1.83 kB
    Model save 3 months ago
  • adapter_config.json
    976 Bytes
    Training in progress, step 1000 3 months ago
  • adapter_model.safetensors
    14.2 MB
    xet
    Model save 3 months ago
  • config.json
    1.3 kB
    Add merged whisper-small-nptel model (best checkpoint step 500) 3 months ago
  • generation_config.json
    3.86 kB
    Add merged whisper-small-nptel model (best checkpoint step 500) 3 months ago
  • model.safetensors
    484 MB
    xet
    Add fully merged whisper-small-nptel model (step 4000) 3 months ago
  • preprocessor_config.json
    315 Bytes
    Training in progress, step 500 3 months ago
  • processor_config.json
    409 Bytes
    Model save 3 months ago
  • tokenizer.json
    3.93 MB
    Model save 3 months ago
  • tokenizer_config.json
    2.09 kB
    Model save 3 months ago
  • training_args.bin
    5.39 kB
    xet
    Training in progress, step 1000 3 months ago