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

thiagolira
/
CiceroASR

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 thiagolira/CiceroASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use thiagolira/CiceroASR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="thiagolira/CiceroASR")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("thiagolira/CiceroASR")
    model = AutoModelForCTC.from_pretrained("thiagolira/CiceroASR")
  • Notebooks
  • Google Colab
  • Kaggle
CiceroASR / runs
185 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
thiagolira's picture
thiagolira
End of training
768df84 verified about 2 years ago
  • Feb01_00-13-12_7f62f9ffc6cc
    Training in progress, step 600 over 2 years ago
  • Feb01_00-17-03_7f62f9ffc6cc
    Training in progress, step 600 over 2 years ago
  • Feb01_18-34-04_c91121cfd5f4
    Training in progress, step 600 over 2 years ago
  • Feb01_19-22-09_c91121cfd5f4
    Training in progress, step 600 over 2 years ago
  • Feb08_21-16-59_4169ea5a3577
    Training in progress, step 600 over 2 years ago
  • Feb08_21-27-10_4169ea5a3577
    Training in progress, step 600 over 2 years ago
  • Feb08_21-29-27_4169ea5a3577
    Training in progress, step 600 over 2 years ago
  • Feb08_21-36-48_4169ea5a3577
    Training in progress, step 600 over 2 years ago
  • Feb08_21-40-15_4169ea5a3577
    Training in progress, step 600 over 2 years ago
  • Feb08_21-48-08_4169ea5a3577
    Training in progress, step 600 over 2 years ago
  • Feb08_22-29-02_4169ea5a3577
    Training in progress, step 600 over 2 years ago
  • Feb21_19-55-03_a35126b5110a
    End of training about 2 years ago
  • Feb21_20-21-09_a35126b5110a
    End of training about 2 years ago
  • Feb23_21-28-37_a1c0a7f9db93
    End of training about 2 years ago
  • Feb23_21-50-41_a1c0a7f9db93
    End of training about 2 years ago
  • Jan31_23-37-30_7f62f9ffc6cc
    Training in progress, step 600 over 2 years ago
  • Jan31_23-49-25_7f62f9ffc6cc
    Training in progress, step 600 over 2 years ago