qaihm-bot commited on
Commit
7aff18d
·
verified ·
1 Parent(s): ef3b377

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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.495 ms | 0 - 105 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.957 ms | 3 - 5 MB | FP16 | NPU | [WhisperDecoder.tflite](https://huggingface.co/qualcomm/Whisper-Tiny-En/blob/main/WhisperDecoder.tflite)
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 S23 Ultra (13)
102
- Estimated Inference Time: 67.50 ms
103
- Estimated Peak Memory Range: 0.22-105.26 MB
104
  Compute Units: GPU (217) | Total (217)
105
 
106
  Profile Job summary of WhisperDecoder
107
  --------------------------------------------------
108
- Device: Samsung Galaxy S23 Ultra (13)
109
- Estimated Inference Time: 7.96 ms
110
- Estimated Peak Memory Range: 2.86-5.35 MB
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](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/Qualcomm+AI+Hub+Proprietary+License.pdf).
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)