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

Akaash1
/
training

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

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

  • Libraries
  • Transformers

    How to use Akaash1/training with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Akaash1/training")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("Akaash1/training")
    model = AutoModelForCTC.from_pretrained("Akaash1/training")
  • Notebooks
  • Google Colab
  • Kaggle
training / runs
56.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Akaash1's picture
Akaash1
End of training
d866b9e verified 5 months ago
  • Dec16_13-30-38_Hong
    Training in progress, step 200 5 months ago
  • Dec17_19-38-48_Hong
    End of training 5 months ago
  • Dec17_21-33-16_Hong
    End of training 5 months ago
  • Dec18_10-28-34_Hong
    End of training 5 months ago
  • Dec21_07-13-01_Hong
    End of training 5 months ago