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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

lowdown-labs
/
fela-streaming-asr

Automatic Speech Recognition
Transformers
Safetensors
English
fela-asr-ctc
feature-extraction
fela
fourier-neural-operator
fno
cpu
on-device
streaming
ctc
constant-memory
custom_code
Model card Files Files and versions
xet
Community

Instructions to use lowdown-labs/fela-streaming-asr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lowdown-labs/fela-streaming-asr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="lowdown-labs/fela-streaming-asr", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("lowdown-labs/fela-streaming-asr", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
fela-streaming-asr
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
itstheraj's picture
itstheraj
initial commit
c513220 3 days ago
  • quickstart
    initial commit 3 days ago
  • space
    initial commit 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • .gitignore
    58 Bytes
    initial commit 3 days ago
  • LICENSE
    25.4 kB
    initial commit 3 days ago
  • README.md
    14.6 kB
    initial commit 3 days ago
  • bpe256.model
    244 kB
    xet
    initial commit 3 days ago
  • config.json
    944 Bytes
    initial commit 3 days ago
  • configuration_asr.py
    929 Bytes
    initial commit 3 days ago
  • fela_ctc2.py
    6 kB
    initial commit 3 days ago
  • model.safetensors
    258 MB
    xet
    initial commit 3 days ago
  • model_cpu_gpt2.py
    25.9 kB
    initial commit 3 days ago
  • modeling.py
    3.86 kB
    initial commit 3 days ago
  • modeling_asr.py
    1.34 kB
    initial commit 3 days ago
  • train.py
    6.44 kB
    initial commit 3 days ago
  • verify.py
    1.68 kB
    initial commit 3 days ago