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
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ Conformer is a popular Neural Network for speech recognition. This repository co
|
|
| 37 |
- **License:** BigScience OpenRAIL-M v1.1
|
| 38 |
|
| 39 |
The model contains 10M parameters. For a SoC with Cortex-M and Ethos-U85 in Shared_Sram memory mode,the memory usage is 5.7MB of SRAM
|
| 40 |
-
to store the peak intermediate tensor and 10.8MB of read-only data for the weights and biases.
|
| 41 |
|
| 42 |
|
| 43 |
### Model Sources
|
|
|
|
| 37 |
- **License:** BigScience OpenRAIL-M v1.1
|
| 38 |
|
| 39 |
The model contains 10M parameters. For a SoC with Cortex-M and Ethos-U85 in Shared_Sram memory mode,the memory usage is 5.7MB of SRAM
|
| 40 |
+
to store the peak intermediate tensor and 10.8MB of read-only data living in the external memory for the weights and biases.
|
| 41 |
|
| 42 |
|
| 43 |
### Model Sources
|