Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -36,8 +36,8 @@ More details on model performance across various devices, can be found
|
|
36 |
|
37 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
38 |
| ---|---|---|---|---|---|---|---|
|
39 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 67.
|
40 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 7.
|
41 |
|
42 |
|
43 |
## Installation
|
@@ -98,16 +98,16 @@ python -m qai_hub_models.models.whisper_tiny_en.export
|
|
98 |
```
|
99 |
Profile Job summary of WhisperEncoder
|
100 |
--------------------------------------------------
|
101 |
-
Device: Samsung Galaxy
|
102 |
-
Estimated Inference Time:
|
103 |
-
Estimated Peak Memory Range: 0.
|
104 |
Compute Units: GPU (217) | Total (217)
|
105 |
|
106 |
Profile Job summary of WhisperDecoder
|
107 |
--------------------------------------------------
|
108 |
-
Device: Samsung Galaxy
|
109 |
-
Estimated Inference Time:
|
110 |
-
Estimated Peak Memory Range:
|
111 |
Compute Units: NPU (293) | Total (293)
|
112 |
|
113 |
|
@@ -213,7 +213,7 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
|
|
213 |
## License
|
214 |
- The license for the original implementation of Whisper-Tiny-En can be found
|
215 |
[here](https://github.com/openai/whisper/blob/main/LICENSE).
|
216 |
-
- The license for the compiled assets for on-device deployment can be found [here](
|
217 |
|
218 |
## References
|
219 |
* [Robust Speech Recognition via Large-Scale Weak Supervision](https://cdn.openai.com/papers/whisper.pdf)
|
|
|
36 |
|
37 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
38 |
| ---|---|---|---|---|---|---|---|
|
39 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 67.35 ms | 11 - 55 MB | FP16 | GPU | [WhisperEncoder.tflite](https://huggingface.co/qualcomm/Whisper-Tiny-En/blob/main/WhisperEncoder.tflite)
|
40 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 7.423 ms | 2 - 4 MB | FP16 | NPU | [WhisperDecoder.tflite](https://huggingface.co/qualcomm/Whisper-Tiny-En/blob/main/WhisperDecoder.tflite)
|
41 |
|
42 |
|
43 |
## Installation
|
|
|
98 |
```
|
99 |
Profile Job summary of WhisperEncoder
|
100 |
--------------------------------------------------
|
101 |
+
Device: Samsung Galaxy S24 (14)
|
102 |
+
Estimated Inference Time: 53.45 ms
|
103 |
+
Estimated Peak Memory Range: 0.00-26.38 MB
|
104 |
Compute Units: GPU (217) | Total (217)
|
105 |
|
106 |
Profile Job summary of WhisperDecoder
|
107 |
--------------------------------------------------
|
108 |
+
Device: Samsung Galaxy S24 (14)
|
109 |
+
Estimated Inference Time: 5.57 ms
|
110 |
+
Estimated Peak Memory Range: 0.45-219.61 MB
|
111 |
Compute Units: NPU (293) | Total (293)
|
112 |
|
113 |
|
|
|
213 |
## License
|
214 |
- The license for the original implementation of Whisper-Tiny-En can be found
|
215 |
[here](https://github.com/openai/whisper/blob/main/LICENSE).
|
216 |
+
- The license for the compiled assets for on-device deployment can be found [here]({deploy_license_url})
|
217 |
|
218 |
## References
|
219 |
* [Robust Speech Recognition via Large-Scale Weak Supervision](https://cdn.openai.com/papers/whisper.pdf)
|