Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model:
|
4 |
+
- openai/whisper-tiny
|
5 |
+
tags:
|
6 |
+
- openvino
|
7 |
+
- whisper
|
8 |
+
- npu
|
9 |
+
- intel
|
10 |
+
---
|
11 |
+
|
12 |
+
Still need to be tested, just a tiny model. GOal is to use it for CICD
|
13 |
+
|
14 |
+
```bash
|
15 |
+
uv run optimum-cli export openvino --trust-remote-code --model openai/whisper-tiny --task automatic-speech-recognition --weight-format int4 --sym --group-size 128 --backup-precision int8_asym --all-layers whisper-tiny-int4
|
16 |
+
```
|