Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • 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")
  • Notebooks
  • Google Colab
  • Kaggle
lexia-fr-source / ctranslate2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
MEscriva's picture
MEscriva
Copy from MEscriva/gilbert-fr-source - Baseline model for Gilbert research
80140dd verified 5 months ago
  • config.json
    2.39 kB
    Copy from MEscriva/gilbert-fr-source - Baseline model for Gilbert research 5 months ago
  • model.bin
    3.09 GB
    xet
    Copy from MEscriva/gilbert-fr-source - Baseline model for Gilbert research 5 months ago
  • preprocessor_config.json
    340 Bytes
    Copy from MEscriva/gilbert-fr-source - Baseline model for Gilbert research 5 months ago
  • tokenizer.json
    2.48 MB
    Copy from MEscriva/gilbert-fr-source - Baseline model for Gilbert research 5 months ago
  • vocabulary.json
    1.07 MB
    Copy from MEscriva/gilbert-fr-source - Baseline model for Gilbert research 5 months ago