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

  • Log In
  • Sign Up

hts98
/
test1

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

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

  • Libraries
  • Transformers

    How to use hts98/test1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="hts98/test1")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("hts98/test1")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("hts98/test1")
  • Notebooks
  • Google Colab
  • Kaggle
test1 / runs
24.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
hts98's picture
hts98
Training in progress, step 400
8caede7 over 3 years ago
  • Dec14_00-01-41_ba32571b79b0
    Training in progress, step 100 over 3 years ago
  • Dec14_00-05-28_ba32571b79b0
    Training in progress, step 400 over 3 years ago