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

Sunbird
/
asr-wav2vec2-lug

Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
Model card Files Files and versions
xet
Community
1

Instructions to use Sunbird/asr-wav2vec2-lug with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Sunbird/asr-wav2vec2-lug with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Sunbird/asr-wav2vec2-lug")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("Sunbird/asr-wav2vec2-lug")
    model = AutoModelForCTC.from_pretrained("Sunbird/asr-wav2vec2-lug", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
asr-wav2vec2-lug
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
akera's picture
akera
Create tokenizer_config.json
069fc44 over 3 years ago
  • language_model
    added language model over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • added_tokens.json
    3 Bytes
    added tokens over 3 years ago
  • alphabet.json
    374 Bytes
    added alphabet over 3 years ago
  • config.json
    2.32 kB
    added vocab, special tokens and config over 3 years ago
  • preprocessor_config.json
    262 Bytes
    added preprocessor config over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    1.26 GB
    xet
    added pytorch model over 3 years ago
  • special_tokens_map.json
    93 Bytes
    added vocab, special tokens and config over 3 years ago
  • tokenizer_config.json
    395 Bytes
    Create tokenizer_config.json over 3 years ago
  • trainer_state.json
    53.2 kB
    added trainer state file) over 3 years ago
  • vocab.json
    580 Bytes
    added vocab, special tokens and config over 3 years ago