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

TrueCaption
/
whisper-small-finetuned

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

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

  • Libraries
  • Transformers

    How to use TrueCaption/whisper-small-finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="TrueCaption/whisper-small-finetuned")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("TrueCaption/whisper-small-finetuned")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("TrueCaption/whisper-small-finetuned")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-finetuned
969 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
sethmorton's picture
sethmorton
Model save
63de5b9 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.28 kB
    Model save about 1 year ago
  • added_tokens.json
    34.6 kB
    End of training about 1 year ago
  • config.json
    1.38 kB
    Training in progress, step 2 about 1 year ago
  • generation_config.json
    3.84 kB
    End of training about 1 year ago
  • merges.txt
    494 kB
    End of training about 1 year ago
  • model.safetensors
    967 MB
    xet
    Training in progress, step 7 about 1 year ago
  • normalizer.json
    52.7 kB
    End of training about 1 year ago
  • preprocessor_config.json
    339 Bytes
    End of training about 1 year ago
  • special_tokens_map.json
    2.19 kB
    End of training about 1 year ago
  • tokenizer_config.json
    283 kB
    End of training about 1 year ago
  • training_args.bin
    5.5 kB
    xet
    Training in progress, step 7 about 1 year ago
  • vocab.json
    1.04 MB
    End of training about 1 year ago