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

  • Log In
  • Sign Up

jttaylor01
/
trainer_output

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

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

  • Libraries
  • Transformers

    How to use jttaylor01/trainer_output with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="jttaylor01/trainer_output")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("jttaylor01/trainer_output")
    model = AutoModelForCTC.from_pretrained("jttaylor01/trainer_output")
  • Notebooks
  • Google Colab
  • Kaggle
trainer_output
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
jttaylor01's picture
jttaylor01
End of training
b5e5a0b verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    1.26 kB
    End of training 7 months ago
  • config.json
    2.32 kB
    End of training 7 months ago
  • model.safetensors
    378 MB
    xet
    End of training 7 months ago
  • preprocessor_config.json
    215 Bytes
    End of training 7 months ago
  • training_args.bin
    5.84 kB
    xet
    End of training 7 months ago