Instructions to use alpaycli/AZ-WhisperKit-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- WhisperKit
How to use alpaycli/AZ-WhisperKit-coreml with WhisperKit:
# Install CLI with Homebrew on macOS device brew install whisperkit-cli # View all available inference options whisperkit-cli transcribe --help # Download and run inference using whisper base model whisperkit-cli transcribe --audio-path /path/to/audio.mp3 # Or use your preferred model variant whisperkit-cli transcribe --model "large-v3" --model-prefix "distil" --audio-path /path/to/audio.mp3 --verbose
- Notebooks
- Google Colab
- Kaggle
Update LocalDoc_azerbaijani-whisper-small/generation_config.json
Browse files
LocalDoc_azerbaijani-whisper-small/generation_config.json
CHANGED
|
@@ -49,14 +49,8 @@
|
|
| 49 |
"decoder_start_token_id": 50258,
|
| 50 |
"eos_token_id": 50257,
|
| 51 |
"forced_decoder_ids": [
|
| 52 |
-
[
|
| 53 |
-
|
| 54 |
-
null
|
| 55 |
-
],
|
| 56 |
-
[
|
| 57 |
-
2,
|
| 58 |
-
50359
|
| 59 |
-
]
|
| 60 |
],
|
| 61 |
"is_multilingual": true,
|
| 62 |
"lang_to_id": {
|
|
|
|
| 49 |
"decoder_start_token_id": 50258,
|
| 50 |
"eos_token_id": 50257,
|
| 51 |
"forced_decoder_ids": [
|
| 52 |
+
[1, 50304],
|
| 53 |
+
[2, 50359]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
],
|
| 55 |
"is_multilingual": true,
|
| 56 |
"lang_to_id": {
|