Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

nullonesix
/
training

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
whisper
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use nullonesix/training with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="nullonesix/training")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("nullonesix/training")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("nullonesix/training")
  • Notebooks
  • Google Colab
  • Kaggle
training / flax /noise_evaluation_scripts /test
7.47 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
nullonesix's picture
nullonesix
Saving train state of step 1
a1be16b verified almost 2 years ago
  • run_baselines.sh
    5.04 kB
    Saving train state of step 1 almost 2 years ago
  • run_distilled.sh
    2.43 kB
    Saving train state of step 1 almost 2 years ago