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

  • Log In
  • Sign Up

marczenko
/
timit-ft

Automatic Speech Recognition
Transformers
PyTorch
whisper
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use marczenko/timit-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use marczenko/timit-ft with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="marczenko/timit-ft")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("marczenko/timit-ft")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("marczenko/timit-ft")
  • Notebooks
  • Google Colab
  • Kaggle
timit-ft
969 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
marczenko's picture
marczenko
SpeechResearch/timit-openai-whisper-test
c88649f verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.33 kB
    SpeechResearch/timit-openai-whisper-test almost 2 years ago
  • added_tokens.json
    34.6 kB
    SpeechResearch/timit-openai-whisper-test almost 2 years ago
  • config.json
    2.26 kB
    SpeechResearch/timit-openai-whisper-test almost 2 years ago
  • generation_config.json
    3.77 kB
    SpeechResearch/timit-openai-whisper-test almost 2 years ago
  • merges.txt
    494 kB
    SpeechResearch/timit-openai-whisper-test almost 2 years ago
  • normalizer.json
    52.7 kB
    SpeechResearch/timit-openai-whisper-test almost 2 years ago
  • preprocessor_config.json
    339 Bytes
    SpeechResearch/timit-openai-whisper-test almost 2 years ago
  • pytorch_model.bin
    967 MB
    xet
    SpeechResearch/timit-openai-whisper-test almost 2 years ago
  • special_tokens_map.json
    2.19 kB
    SpeechResearch/timit-openai-whisper-test almost 2 years ago
  • tokenizer_config.json
    283 kB
    SpeechResearch/timit-openai-whisper-test almost 2 years ago
  • training_args.bin
    4.6 kB
    xet
    SpeechResearch/timit-openai-whisper-test almost 2 years ago
  • vocab.json
    1.04 MB
    SpeechResearch/timit-openai-whisper-test almost 2 years ago