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

jacktol
/
whisper-large-v3-finetuned-for-ATC

Automatic Speech Recognition
Transformers
Safetensors
English
whisper
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use jacktol/whisper-large-v3-finetuned-for-ATC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jacktol/whisper-large-v3-finetuned-for-ATC with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="jacktol/whisper-large-v3-finetuned-for-ATC")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("jacktol/whisper-large-v3-finetuned-for-ATC")
    model = AutoModelForMultimodalLM.from_pretrained("jacktol/whisper-large-v3-finetuned-for-ATC")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-large-v3-finetuned-for-ATC
6.18 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
jacktol's picture
jacktol
Update README.md
d82c726 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    2.93 kB
    Update README.md 10 months ago
  • added_tokens.json
    34.6 kB
    Upload processor 10 months ago
  • config.json
    1.2 kB
    Upload WhisperForConditionalGeneration 10 months ago
  • generation_config.json
    3.86 kB
    Upload WhisperForConditionalGeneration 10 months ago
  • merges.txt
    494 kB
    Upload processor 10 months ago
  • model-00001-of-00002.safetensors
    4.99 GB
    xet
    Upload WhisperForConditionalGeneration 10 months ago
  • model-00002-of-00002.safetensors
    1.18 GB
    xet
    Upload WhisperForConditionalGeneration 10 months ago
  • model.safetensors.index.json
    112 kB
    Upload WhisperForConditionalGeneration 10 months ago
  • normalizer.json
    52.7 kB
    Upload processor 10 months ago
  • preprocessor_config.json
    357 Bytes
    Upload processor 10 months ago
  • special_tokens_map.json
    2.19 kB
    Upload processor 10 months ago
  • tokenizer.json
    3.93 MB
    Upload processor 10 months ago
  • tokenizer_config.json
    283 kB
    Upload processor 10 months ago
  • vocab.json
    836 kB
    Upload processor 10 months ago