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

cportoca
/
CS224S_Quechua_Project

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
wav2vec2-bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use cportoca/CS224S_Quechua_Project with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="cportoca/CS224S_Quechua_Project")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("cportoca/CS224S_Quechua_Project")
    model = AutoModelForCTC.from_pretrained("cportoca/CS224S_Quechua_Project")
  • Notebooks
  • Google Colab
  • Kaggle
CS224S_Quechua_Project / runs
21.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
cportoca's picture
cportoca
End of training
0f87960 verified about 2 years ago
  • May20_09-36-56_56e13ece9fcd
    End of training about 2 years ago
  • May20_14-30-11_834eef93689f
    End of training about 2 years ago