qaihm-bot commited on
Commit
8f73fee
·
verified ·
1 Parent(s): 9c01e5c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -19
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 | 69.083 ms | 2 - 65 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.365 ms | 3 - 5 MB | FP16 | NPU | [WhisperDecoder.tflite](https://huggingface.co/qualcomm/Whisper-Tiny-En/blob/main/WhisperDecoder.tflite)
41
 
42
 
43
  ## Installation
@@ -95,23 +95,6 @@ device. This script does the following:
95
  python -m qai_hub_models.models.whisper_tiny_en.export
96
  ```
97
 
98
- ```
99
- Profile Job summary of WhisperEncoder
100
- --------------------------------------------------
101
- Device: Samsung Galaxy S24 (14)
102
- Estimated Inference Time: 53.04 ms
103
- Estimated Peak Memory Range: 0.00-24.48 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.49 ms
110
- Estimated Peak Memory Range: 0.02-222.72 MB
111
- Compute Units: NPU (311),CPU (2) | Total (313)
112
-
113
-
114
- ```
115
  ## How does this work?
116
 
117
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/Whisper-Tiny-En/export.py)
 
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.351 ms | 15 - 100 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.115 ms | 3 - 5 MB | FP16 | NPU | [WhisperDecoder.tflite](https://huggingface.co/qualcomm/Whisper-Tiny-En/blob/main/WhisperDecoder.tflite)
41
 
42
 
43
  ## Installation
 
95
  python -m qai_hub_models.models.whisper_tiny_en.export
96
  ```
97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  ## How does this work?
99
 
100
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/Whisper-Tiny-En/export.py)