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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

razhan
/
whisper-base-glk

Automatic Speech Recognition
Transformers
Safetensors
whisper
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use razhan/whisper-base-glk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use razhan/whisper-base-glk with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="razhan/whisper-base-glk")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("razhan/whisper-base-glk")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("razhan/whisper-base-glk")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-base-glk
296 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
razhan's picture
razhan
End of training
dc42305 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.28 kB
    End of training over 1 year ago
  • added_tokens.json
    34.6 kB
    Training in progress, epoch 3 over 1 year ago
  • all_results.json
    472 Bytes
    End of training over 1 year ago
  • config.json
    1.27 kB
    Training in progress, epoch 3 over 1 year ago
  • eval_results.json
    258 Bytes
    End of training over 1 year ago
  • generation_config.json
    3.76 kB
    Model save over 1 year ago
  • merges.txt
    494 kB
    Training in progress, epoch 3 over 1 year ago
  • model.safetensors
    290 MB
    xet
    Training in progress, epoch 5 over 1 year ago
  • normalizer.json
    52.7 kB
    Training in progress, epoch 3 over 1 year ago
  • preprocessor_config.json
    339 Bytes
    Training in progress, epoch 3 over 1 year ago
  • special_tokens_map.json
    2.19 kB
    Training in progress, epoch 3 over 1 year ago
  • tokenizer.json
    3.93 MB
    Training in progress, epoch 3 over 1 year ago
  • tokenizer_config.json
    283 kB
    Training in progress, epoch 3 over 1 year ago
  • train_results.json
    234 Bytes
    End of training over 1 year ago
  • trainer_state.json
    2.85 kB
    End of training over 1 year ago
  • training_args.bin
    5.5 kB
    xet
    Training in progress, epoch 3 over 1 year ago
  • vocab.json
    836 kB
    Training in progress, epoch 3 over 1 year ago