Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

KoelLabs
/
xlsr-timit-e0

Automatic Speech Recognition
Transformers
Safetensors
English
wav2vec2
Model card Files Files and versions
xet
Community

Instructions to use KoelLabs/xlsr-timit-e0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use KoelLabs/xlsr-timit-e0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="KoelLabs/xlsr-timit-e0")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("KoelLabs/xlsr-timit-e0")
    model = AutoModelForCTC.from_pretrained("KoelLabs/xlsr-timit-e0")
  • Notebooks
  • Google Colab
  • Kaggle

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.2 kB
    Update README.md about 1 year ago
  • config.json
    2.39 kB
    Upload config.json with huggingface_hub over 1 year ago
  • model.safetensors
    1.26 GB
    xet
    Upload Wav2Vec2ForCTC over 1 year ago
  • preprocessor_config.json
    256 Bytes
    Upload preprocessor_config.json with huggingface_hub over 1 year ago
  • special_tokens_map.json
    96 Bytes
    Upload special_tokens_map.json with huggingface_hub over 1 year ago
  • tokenizer_config.json
    1.09 kB
    Upload tokenizer_config.json with huggingface_hub over 1 year ago
  • vocab.json
    474 Bytes
    Upload vocab.json with huggingface_hub over 1 year ago