Automatic Speech Recognition
Transformers
Safetensors
French
moonshine
audio
speech-to-text
speech
french
asr
Instructions to use Cornebidouil/moonshine-tiny-fr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Cornebidouil/moonshine-tiny-fr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Cornebidouil/moonshine-tiny-fr")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Cornebidouil/moonshine-tiny-fr") model = AutoModelForMultimodalLM.from_pretrained("Cornebidouil/moonshine-tiny-fr") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -160,6 +160,17 @@ Please refer to my Github repo for the training procedure :
|
|
| 160 |
- **Accents:** Best performance on metropolitan French; regional accents may have higher WER
|
| 161 |
- **Background Noise:** Performance degrades with significant background noise
|
| 162 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
## Citations
|
| 164 |
|
| 165 |
### This Model
|
|
|
|
| 160 |
- **Accents:** Best performance on metropolitan French; regional accents may have higher WER
|
| 161 |
- **Background Noise:** Performance degrades with significant background noise
|
| 162 |
|
| 163 |
+
## Model Card Author
|
| 164 |
+
|
| 165 |
+
**Pierre Chéneau (Cornebidouil)**
|
| 166 |
+
|
| 167 |
+
Geologist, Developer and maintainer of this fine-tuned French model.
|
| 168 |
+
|
| 169 |
+
**Links:**
|
| 170 |
+
- 🌐 [Personal Website](https://pcheneau.fr)
|
| 171 |
+
- 💼 [GitHub](https://github.com/pierre-cheneau)
|
| 172 |
+
- 📚 [Fine-tuning Guide](https://github.com/pierre-cheneau/finetune-moonshine-asr)
|
| 173 |
+
|
| 174 |
## Citations
|
| 175 |
|
| 176 |
### This Model
|