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

eborges78
/
whisper-tiny-french

Automatic Speech Recognition
Transformers
Safetensors
Core ML
French
whisper
audio
asr
speech
french
fine-tuned
on-device
mobile
ios
vocaread
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use eborges78/whisper-tiny-french with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="eborges78/whisper-tiny-french")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("eborges78/whisper-tiny-french")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("eborges78/whisper-tiny-french")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-french
155 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
eborges78's picture
eborges78
Add model card (was MODEL_CARD_TINY.md locally)
160c2ef verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    8.16 kB
    Add model card (was MODEL_CARD_TINY.md locally) about 2 months ago
  • config.json
    1.33 kB
    Tiny FR fine-tune (WER 32% MLS / 43% FLEURS - see model card) about 2 months ago
  • generation_config.json
    3.75 kB
    Tiny FR fine-tune (WER 32% MLS / 43% FLEURS - see model card) about 2 months ago
  • model.safetensors
    151 MB
    xet
    Tiny FR fine-tune (WER 32% MLS / 43% FLEURS - see model card) about 2 months ago
  • preprocessor_config.json
    356 Bytes
    Tiny FR fine-tune (WER 32% MLS / 43% FLEURS - see model card) about 2 months ago
  • processor_config.json
    452 Bytes
    Add tokenizer + feature extractor (inherited from openai/whisper-tiny, FR forced) about 2 months ago
  • tokenizer.json
    3.93 MB
    Add tokenizer + feature extractor (inherited from openai/whisper-tiny, FR forced) about 2 months ago
  • tokenizer_config.json
    2.13 kB
    Add tokenizer + feature extractor (inherited from openai/whisper-tiny, FR forced) about 2 months ago
  • training_args.bin
    5.91 kB
    xet
    Tiny FR fine-tune (WER 32% MLS / 43% FLEURS - see model card) about 2 months ago