Instructions to use Eimhin03/outout_model_EUBookShop_data_only with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Eimhin03/outout_model_EUBookShop_data_only with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Eimhin03/outout_model_EUBookShop_data_only")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Eimhin03/outout_model_EUBookShop_data_only") model = AutoModelForSpeechSeq2Seq.from_pretrained("Eimhin03/outout_model_EUBookShop_data_only") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,8 @@ It achieves the following results on the evaluation set:
|
|
| 21 |
- Loss: 0.1714
|
| 22 |
- Wer: 12.0282
|
| 23 |
|
|
|
|
|
|
|
| 24 |
## Model description
|
| 25 |
|
| 26 |
More information needed
|
|
|
|
| 21 |
- Loss: 0.1714
|
| 22 |
- Wer: 12.0282
|
| 23 |
|
| 24 |
+
It was trained only using the EUBookShop dataset for 20000 steps.
|
| 25 |
+
|
| 26 |
## Model description
|
| 27 |
|
| 28 |
More information needed
|