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

  • Log In
  • Sign Up

KevinGeng
/
Tony1_AVA_script_conv_train_conv_dev

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

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

  • Libraries
  • Transformers

    How to use KevinGeng/Tony1_AVA_script_conv_train_conv_dev with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="KevinGeng/Tony1_AVA_script_conv_train_conv_dev")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("KevinGeng/Tony1_AVA_script_conv_train_conv_dev")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("KevinGeng/Tony1_AVA_script_conv_train_conv_dev")
  • Notebooks
  • Google Colab
  • Kaggle
Tony1_AVA_script_conv_train_conv_dev / runs
24.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
KevinGeng's picture
KevinGeng
Training in progress, step 10
e2c8797 about 3 years ago
  • May05_14-00-10_kevingeng
    Training in progress, step 10 about 3 years ago
  • May05_14-03-11_kevingeng
    Training in progress, step 10 about 3 years ago