Automatic Speech Recognition
NeMo
Spanish
audio
spanish
parakeet-rnnt-1.1b
NeMo
Projecte-ALIA
Barcelona-Supercomputing-Center
BSC
EuroHPC
Eval Results (legacy)
🇪🇺 Region: EU
Instructions to use BSC-LT/spanish-verification-model-pkt-d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use BSC-LT/spanish-verification-model-pkt-d with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("BSC-LT/spanish-verification-model-pkt-d") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Adding Warning
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
> [!WARNING]
|
| 6 |
+
> **Repository under construction**
|
| 7 |
+
> The IPR department is currently handling the paperwork required to release these models.
|
| 8 |
+
> They will be publicly available soon.
|
| 9 |
+
> Sorry for the inconvenience.
|