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

AIOnTheEdge
/
acft-whisper-small.da

Automatic Speech Recognition
Transformers
Safetensors
Danish
futo
coral-v3
danish-asr
android
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use AIOnTheEdge/acft-whisper-small.da with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="AIOnTheEdge/acft-whisper-small.da")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("AIOnTheEdge/acft-whisper-small.da", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
acft-whisper-small.da
1.62 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
AIOnTheEdge's picture
AIOnTheEdge
Rename android-futo-ready/danish_whisper_acft_futo_small_244M_best.bin to android-futo-ready/small_244M_danish_whisper_acft_futo_best.bin
f8d7042 verified 3 days ago
  • android-futo-ready
    Rename android-futo-ready/danish_whisper_acft_futo_small_244M_best.bin to android-futo-ready/small_244M_danish_whisper_acft_futo_best.bin 3 days ago
  • small_244M_best_danish_whisper_acft_futo
    Add hugging face model format 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • README.md
    8.52 kB
    Update README.md 3 days ago
  • convert-to-android.sh
    721 Bytes
    Create convert-to-android.sh 3 days ago
  • pyproject.toml
    398 Bytes
    Upload pyproject.toml 3 days ago
  • train_acft.py
    7.4 kB
    Create train_acft.py 3 days ago