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") - Notebooks
- Google Colab
- Kaggle
Copy from MEscriva/gilbert-fr-source - Baseline model for Gilbert research
Browse files- original_model.pt +3 -0
original_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b6cec457d94c03789deae2c9b1c64ed0bb095dcab21cb45c1e152ce577b1c64
|
| 3 |
+
size 3087430313
|