Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ More details on model performance across various devices, can be found
|
|
33 |
|
34 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
35 |
| ---|---|---|---|---|---|---|---|
|
36 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite |
|
37 |
|
38 |
|
39 |
## Installation
|
@@ -91,16 +91,6 @@ device. This script does the following:
|
|
91 |
python -m qai_hub_models.models.huggingface_wavlm_base_plus.export
|
92 |
```
|
93 |
|
94 |
-
```
|
95 |
-
Profile Job summary of HuggingFace-WavLM-Base-Plus
|
96 |
-
--------------------------------------------------
|
97 |
-
Device: QCS8550 (Proxy) (12)
|
98 |
-
Estimated Inference Time: 928.77 ms
|
99 |
-
Estimated Peak Memory Range: 143.20-150.90 MB
|
100 |
-
Compute Units: CPU (811) | Total (811)
|
101 |
-
|
102 |
-
|
103 |
-
```
|
104 |
## How does this work?
|
105 |
|
106 |
This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/HuggingFace-WavLM-Base-Plus/export.py)
|
|
|
33 |
|
34 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
35 |
| ---|---|---|---|---|---|---|---|
|
36 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 938.575 ms | 124 - 137 MB | FP32 | CPU | [HuggingFace-WavLM-Base-Plus.tflite](https://huggingface.co/qualcomm/HuggingFace-WavLM-Base-Plus/blob/main/HuggingFace-WavLM-Base-Plus.tflite)
|
37 |
|
38 |
|
39 |
## Installation
|
|
|
91 |
python -m qai_hub_models.models.huggingface_wavlm_base_plus.export
|
92 |
```
|
93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
## How does this work?
|
95 |
|
96 |
This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/HuggingFace-WavLM-Base-Plus/export.py)
|