Transformers
PyTorch
English
speech-to-text
conformer
embedded
edgeAI
ExecuTorch
audioprocessing
transformer
Arm
MCU
Instructions to use Arm/stt_en_conformer_executorch_small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Arm/stt_en_conformer_executorch_small with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Arm/stt_en_conformer_executorch_small", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by 8bitkick - opened
README.md
CHANGED
|
@@ -16,12 +16,14 @@ tags:
|
|
| 16 |
- ExecuTorch
|
| 17 |
- audioprocessing
|
| 18 |
- transformer
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
-
#
|
| 21 |
|
| 22 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 23 |
|
| 24 |
-
Conformer is a popular Transformer based speech recognition network, suitable for embedded devices. This repository contains FP32 trained weights and the associated tokenizer for an implementation of Conformer. We also include exported quantized program with ExecuTorch, quantized for the ExecuTorch Ethos-U backend allowing an easy deployment on SoCs with an Arm® Ethos™-U NPU.
|
| 25 |
## Model Details
|
| 26 |
|
| 27 |
### Model Description
|
|
@@ -144,4 +146,4 @@ recommended by the paper and 512 FFTs.
|
|
| 144 |
|
| 145 |
#### Testing Data
|
| 146 |
|
| 147 |
-
We test the model on the LibriSpeech `test-clean` dataset and obtain 7% Word Error Rate.
|
|
|
|
| 16 |
- ExecuTorch
|
| 17 |
- audioprocessing
|
| 18 |
- transformer
|
| 19 |
+
- Arm
|
| 20 |
+
- MCU
|
| 21 |
---
|
| 22 |
+
# ExecuTorch Conformer
|
| 23 |
|
| 24 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 25 |
|
| 26 |
+
Conformer is a popular Transformer based speech recognition network, suitable for low-cost embedded devices. This repository contains example FP32 trained weights and the associated tokenizer for an implementation of Conformer. We also include exported quantized program with ExecuTorch, quantized for the ExecuTorch Ethos-U backend allowing an easy deployment on SoCs with an Arm® Ethos™-U NPU.
|
| 27 |
## Model Details
|
| 28 |
|
| 29 |
### Model Description
|
|
|
|
| 146 |
|
| 147 |
#### Testing Data
|
| 148 |
|
| 149 |
+
We test the model on the LibriSpeech `test-clean` dataset and obtain 7% Word Error Rate. The accuracy of the model may be improved through training with additional datasets, and through data augmentation techniques such as time slicing.
|