Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

tensorboy
/
whisper-tiny-hi2_test

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

Instructions to use tensorboy/whisper-tiny-hi2_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tensorboy/whisper-tiny-hi2_test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="tensorboy/whisper-tiny-hi2_test")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("tensorboy/whisper-tiny-hi2_test")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("tensorboy/whisper-tiny-hi2_test", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-hi2_test
1.96 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
tensorboy's picture
tensorboy
Model save
70b864f verified about 2 years ago
  • runs
    Model save about 2 years ago
  • whisper-tiny-hi-checkpoint-1
    Model save about 2 years ago
  • whisper-tiny-hi-checkpoint-2
    Model save about 2 years ago
  • whisper-tiny-hi-checkpoint-3
    Training in progress, step 40 about 2 years ago
  • whisper-tiny-hi-checkpoint-4
    Training in progress, step 40 about 2 years ago
  • whisper-tiny-hi-checkpoint-5
    Training in progress, step 40 about 2 years ago
  • whisper-tiny-hi-checkpoint-6
    Training in progress, step 40 about 2 years ago
  • whisper-tiny-hi-checkpoint-7
    Training in progress, step 40 about 2 years ago
  • whisper-tiny-hi-checkpoint-8
    Training in progress, step 40 about 2 years ago
  • whisper-tiny-hi-checkpoint-9
    Training in progress, step 40 about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.63 kB
    Model save about 2 years ago
  • config.json
    1.34 kB
    Model save about 2 years ago
  • generation_config.json
    3.74 kB
    Training in progress, step 40 about 2 years ago
  • model.safetensors
    151 MB
    xet
    Training in progress, step 200 about 2 years ago
  • preprocessor_config.json
    339 Bytes
    Training in progress, step 40 about 2 years ago
  • pytorch_model.bin
    151 MB
    xet
    Model save about 2 years ago
  • training_args.bin
    5.24 kB
    xet
    Model save about 2 years ago