Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
base_model:
|
| 4 |
- openai/whisper-medium
|
| 5 |
---
|
|
@@ -7,4 +7,7 @@ base_model:
|
|
| 7 |
Model exported using torch.onnx.export of openai whisper models and set static shapes for `seq_len`
|
| 8 |
|
| 9 |
### To run the model
|
| 10 |
-
Refer to this demo here https://github.com/amd/RyzenAI-SW/blob/main/demo/ASR/Whisper/run_whisper.py
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- openai/whisper-medium
|
| 5 |
---
|
|
|
|
| 7 |
Model exported using torch.onnx.export of openai whisper models and set static shapes for `seq_len`
|
| 8 |
|
| 9 |
### To run the model
|
| 10 |
+
Refer to this demo here https://github.com/amd/RyzenAI-SW/blob/main/demo/ASR/Whisper/run_whisper.py
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved
|