Instructions to use Semih/wav2vec2_Irish_Large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Semih/wav2vec2_Irish_Large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Semih/wav2vec2_Irish_Large")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Semih/wav2vec2_Irish_Large") model = AutoModelForCTC.from_pretrained("Semih/wav2vec2_Irish_Large") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ model-index:
|
|
| 24 |
type: wer
|
| 25 |
|
| 26 |
---
|
| 27 |
-
# wav2vec2-irish-lite
|
| 28 |
## Usage
|
| 29 |
The model can be used directly (without a language model) as follows:
|
| 30 |
```python
|
|
|
|
| 24 |
type: wer
|
| 25 |
|
| 26 |
---
|
| 27 |
+
# wav2vec2-irish-lite Speech to Text
|
| 28 |
## Usage
|
| 29 |
The model can be used directly (without a language model) as follows:
|
| 30 |
```python
|