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

rohitp1
/
libri-alpha-0.85-Temp-1-processor-change

Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
Generated from Trainer
asr
Model card Files Files and versions
xet
Community
1

Instructions to use rohitp1/libri-alpha-0.85-Temp-1-processor-change with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rohitp1/libri-alpha-0.85-Temp-1-processor-change with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="rohitp1/libri-alpha-0.85-Temp-1-processor-change")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("rohitp1/libri-alpha-0.85-Temp-1-processor-change")
    model = AutoModelForCTC.from_pretrained("rohitp1/libri-alpha-0.85-Temp-1-processor-change")
  • Notebooks
  • Google Colab
  • Kaggle
libri-alpha-0.85-Temp-1-processor-change
208 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 48 commits

This model has 1 file scanned as unsafe.

rohitp1's picture
rohitp1
Update README.md
c3f8d10 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 100 over 3 years ago
  • README.md
    4.08 kB
    Update README.md over 3 years ago
  • config.json
    1.94 kB
    Training in progress, step 100 over 3 years ago
  • preprocessor_config.json
    215 Bytes
    Training in progress, step 100 over 3 years ago
  • pytorch_model.bin
    208 MB
    xet
    End of training over 3 years ago
  • special_tokens_map.json
    96 Bytes
    Upload tokenizer over 3 years ago
  • tokenizer_config.json
    578 Bytes
    Upload tokenizer over 3 years ago
  • training_args.bin
    3.44 kB
    xet
    Training in progress, step 100 over 3 years ago
  • vocab.json
    358 Bytes
    Upload tokenizer over 3 years ago