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

danielrosehill
/
daniel_whisper_finetune_medium_v2

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 danielrosehill/daniel_whisper_finetune_medium_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use danielrosehill/daniel_whisper_finetune_medium_v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="danielrosehill/daniel_whisper_finetune_medium_v2")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("danielrosehill/daniel_whisper_finetune_medium_v2")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("danielrosehill/daniel_whisper_finetune_medium_v2")
  • Notebooks
  • Google Colab
  • Kaggle
daniel_whisper_finetune_medium_v2
8.06 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
danielrosehill's picture
danielrosehill
Add properly converted GGML model file
4e1a4a6 6 months ago
  • converted
    Add properly converted GGML model file 6 months ago
  • runs
    Training in progress, step 250 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    1.79 kB
    End of training 6 months ago
  • added_tokens.json
    34.6 kB
    Add converted model formats and tokenizer files 6 months ago
  • config.json
    1.23 kB
    Training in progress, step 100 6 months ago
  • generation_config.json
    3.71 kB
    Training in progress, step 100 6 months ago
  • merges.txt
    494 kB
    Add converted model formats and tokenizer files 6 months ago
  • model.safetensors
    3.06 GB
    xet
    Training in progress, step 250 6 months ago
  • normalizer.json
    52.7 kB
    Add converted model formats and tokenizer files 6 months ago
  • preprocessor_config.json
    356 Bytes
    Training in progress, step 100 6 months ago
  • pytorch_model.bin
    1.94 GB
    xet
    Add converted model formats and tokenizer files 6 months ago
  • special_tokens_map.json
    2.19 kB
    Add converted model formats and tokenizer files 6 months ago
  • tokenizer_config.json
    283 kB
    Add converted model formats and tokenizer files 6 months ago
  • training_args.bin
    6.03 kB
    xet
    Training in progress, step 100 6 months ago
  • vocab.json
    1.04 MB
    Add converted model formats and tokenizer files 6 months ago