Sync model repo (text/metadata)
Browse files- metadata.yaml +5 -0
metadata.yaml
CHANGED
|
@@ -2,6 +2,11 @@ schema_version: 1.0.0
|
|
| 2 |
report_type: speech-asr
|
| 3 |
task_type: automatic-speech-recognition
|
| 4 |
title: Whisper Small INT8 — ExecuTorch + XNNPACK
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
id: Arm/whisper-small-int8-xnnpack-executorch
|
| 6 |
filename: whisper-small-int8-executorch.pte
|
| 7 |
base_model_id: openai/whisper-small
|
|
|
|
| 2 |
report_type: speech-asr
|
| 3 |
task_type: automatic-speech-recognition
|
| 4 |
title: Whisper Small INT8 — ExecuTorch + XNNPACK
|
| 5 |
+
description: >-
|
| 6 |
+
A compact INT8-quantized speech recognition model for transcribing 16 kHz audio, using an
|
| 7 |
+
encoder-decoder Transformer that converts log-mel spectrograms into text tokens. It combines dynamic
|
| 8 |
+
INT8 linear layers with selective FP32 components to reduce size and improve inference efficiency
|
| 9 |
+
while preserving transcription quality.
|
| 10 |
id: Arm/whisper-small-int8-xnnpack-executorch
|
| 11 |
filename: whisper-small-int8-executorch.pte
|
| 12 |
base_model_id: openai/whisper-small
|