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

Lexia-Labs
/
lexia-fr-source

Automatic Speech Recognition
Transformers
Safetensors
whisper
asr
french
speech-recognition
stt
multilingual
research
baseline
Model card Files Files and versions
xet
Community

Instructions to use Lexia-Labs/lexia-fr-source with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Lexia-Labs/lexia-fr-source with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Lexia-Labs/lexia-fr-source")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Lexia-Labs/lexia-fr-source")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Lexia-Labs/lexia-fr-source", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
lexia-fr-source / assets
452 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
MEscriva's picture
MEscriva
Copy from MEscriva/gilbert-fr-source - Baseline model for Gilbert research
13876fa verified 8 months ago
  • whisper_fr_eval_long_form.png
    234 kB
    xet
    Copy from MEscriva/gilbert-fr-source - Baseline model for Gilbert research 8 months ago
  • whisper_fr_eval_short_form.png
    218 kB
    xet
    Copy from MEscriva/gilbert-fr-source - Baseline model for Gilbert research 8 months ago