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

Monsia
/
test-model-lg-data

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

Instructions to use Monsia/test-model-lg-data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Monsia/test-model-lg-data with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Monsia/test-model-lg-data")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("Monsia/test-model-lg-data")
    model = AutoModelForCTC.from_pretrained("Monsia/test-model-lg-data")
  • Notebooks
  • Google Colab
  • Kaggle
test-model-lg-data / runs
85.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 54 commits
Monsia's picture
Monsia
End of training
3d14956 over 4 years ago
  • Dec21_21-51-41_94f8b9aa6c43
    End of training over 4 years ago
  • Dec22_00-27-53_6a9f6f5f277d
    End of training over 4 years ago
  • Dec22_09-36-58_b90704d16a5e
    End of training over 4 years ago
  • Dec22_13-07-40_bec724242be2
    End of training over 4 years ago
  • Dec22_15-37-26_d50200f53861
    Training in progress, step 600 over 4 years ago
  • Dec22_18-57-52_6232ce9aca36
    End of training over 4 years ago
  • Dec23_12-06-34_6df0effe2bd5
    End of training over 4 years ago