Automatic Speech Recognition
Transformers
Safetensors
whisper
asr
french
speech-recognition
stt
multilingual
research
baseline
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
Copy from MEscriva/gilbert-fr-source - Baseline model for Gilbert research
Browse files- ctranslate2/model.bin +3 -0
ctranslate2/model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a7b5e9edd46fa88c6bc87d4c4228a1446402fb97902e9b23cd2a5650a3457ab
|
| 3 |
+
size 3087284237
|