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

ntoldalagi
/
C0_LID_DEV

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use ntoldalagi/C0_LID_DEV with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ntoldalagi/C0_LID_DEV with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="ntoldalagi/C0_LID_DEV")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("ntoldalagi/C0_LID_DEV")
    model = AutoModelForCTC.from_pretrained("ntoldalagi/C0_LID_DEV", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
C0_LID_DEV / runs
149 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 49 commits
ntoldalagi's picture
ntoldalagi
add tokenizer
78039d1 over 4 years ago
  • Mar24_00-35-00_ip-172-31-29-56
    add tokenizer over 4 years ago
  • Mar24_00-39-26_ip-172-31-29-56
    add tokenizer over 4 years ago
  • Mar24_01-25-45_ip-172-31-29-56
    add tokenizer over 4 years ago
  • Mar24_03-10-02_ip-172-31-29-56
    End of training over 4 years ago
  • Mar24_22-04-01_ip-172-31-29-56
    add tokenizer over 4 years ago
  • Mar26_23-26-06_ip-172-31-29-56
    add tokenizer over 4 years ago
  • Mar28_04-38-40_ip-172-31-29-56
    add tokenizer over 4 years ago
  • Mar28_04-41-08_ip-172-31-29-56
    add tokenizer over 4 years ago
  • Mar28_04-51-22_ip-172-31-29-56
    add tokenizer over 4 years ago
  • Mar28_15-18-57_ip-172-31-29-56
    add tokenizer over 4 years ago
  • Mar28_15-20-59_ip-172-31-29-56
    add tokenizer over 4 years ago
  • Mar28_15-22-27_ip-172-31-29-56
    add tokenizer over 4 years ago
  • Mar28_15-24-29_ip-172-31-29-56
    add tokenizer over 4 years ago
  • Mar28_15-32-54_ip-172-31-29-56
    add tokenizer over 4 years ago
  • Mar28_15-38-26_ip-172-31-29-56
    add tokenizer over 4 years ago
  • Mar28_15-41-35_ip-172-31-29-56
    add tokenizer over 4 years ago