Sync model repo (text/metadata)
Browse files- README.md +33 -6
- metadata.yaml +1 -1
README.md
CHANGED
|
@@ -183,13 +183,40 @@ Quantization keeps a small set of layers in FP32 to preserve accuracy: proj_out/
|
|
| 183 |
|
| 184 |
## About this version
|
| 185 |
|
| 186 |
-
|
| 187 |
-
|
| 188 |
|
| 189 |
-
|
|
|
|
| 190 |
|
| 191 |
-
|
|
|
|
| 192 |
|
| 193 |
-
|
|
|
|
| 194 |
|
| 195 |
-
This
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 183 |
|
| 184 |
## About this version
|
| 185 |
|
| 186 |
+
Original Model:
|
| 187 |
+
openai/whisper-small by OpenAI - [Repository](https://huggingface.co/openai/whisper-small)
|
| 188 |
|
| 189 |
+
Optimization/conversion:
|
| 190 |
+
Arm-Optimized version for execution on Arm-based platforms.
|
| 191 |
|
| 192 |
+
Converted/optimized by:
|
| 193 |
+
Arm
|
| 194 |
|
| 195 |
+
License:
|
| 196 |
+
The Original Model and the Optimized Model are subject to [Apache-2.0](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md).
|
| 197 |
|
| 198 |
+
This repository contains a converted or optimized version of the Original Model (the “Optimized Model”). The Original Model has been converted or optimized as described above for execution on Arm-based platforms.
|
| 199 |
+
|
| 200 |
+
No retraining or fine-tuning of the Original Model was performed as part of the conversion or optimization. The conversion or optimization was not intended to change the Original Model’s behavior or intended use.
|
| 201 |
+
|
| 202 |
+
### Original Model and Documentation
|
| 203 |
+
|
| 204 |
+
For information about the Original Model, including its development, training data, intended uses, limitations and other relevant information, please refer to the [Original Model repository](https://huggingface.co/openai/whisper-small). Information in that repository was provided by the original developer or other third parties and, unless expressly stated otherwise, has not been independently verified by Arm.
|
| 205 |
+
|
| 206 |
+
### Licenses and Third-Party Terms
|
| 207 |
+
|
| 208 |
+
Use of the Original Model and the Optimized Model is subject to the applicable licenses, usage restrictions and other terms identified above and in the relevant repositories. Publication of the Optimized Model does not grant any rights beyond those provided under the applicable license terms.
|
| 209 |
+
|
| 210 |
+
You are responsible for reviewing those terms and ensuring that your use of the Original Model and the Optimized Model is permitted.
|
| 211 |
+
|
| 212 |
+
### Purpose of this Release
|
| 213 |
+
|
| 214 |
+
The Optimized Model is provided as a reference implementation to demonstrate and evaluate execution and performance on Arm-based systems. It is not a production-ready or supported solution.
|
| 215 |
+
|
| 216 |
+
Arm’s publication of the Optimized Model does not constitute an endorsement or certification of the Original Model or a representation that the Optimized Model is suitable for production use or any particular purpose.
|
| 217 |
+
|
| 218 |
+
To the fullest extent permitted by applicable law (i) the Optimized Model is provided “as is.” Arm makes no representations or warranties that the Original Model, the Optimized Model or their outputs are accurate, safe, secure, non-infringing, legally compliant, suitable for production use or fit for any particular purpose; and (ii) Arm will not be liable for any loss or damage arising from or in connection with the Optimized Model, its use or its outputs.
|
| 219 |
+
|
| 220 |
+
You are responsible for independently evaluating the Optimized Model, its outputs and its suitability for your intended use, including compliance with applicable legal, regulatory, safety and security requirements.
|
| 221 |
+
|
| 222 |
+
Arm does not commit to provide ongoing support, maintenance or updates for the Optimized Model. Any use of or reliance on the Optimized Model or its outputs is at your own risk.
|
metadata.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
schema_version: 1.0.0
|
| 2 |
report_type: speech-asr
|
| 3 |
task_type: automatic-speech-recognition
|
| 4 |
-
title: Whisper Small INT8
|
| 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
|
|
|
|
| 1 |
schema_version: 1.0.0
|
| 2 |
report_type: speech-asr
|
| 3 |
task_type: automatic-speech-recognition
|
| 4 |
+
title: Whisper Small INT8
|
| 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
|