TerminatorPower commited on
Commit
2d18ca8
·
verified ·
1 Parent(s): 1fbfaf5

Update README with attribution to original authors

Browse files
Files changed (1) hide show
  1. README.md +16 -8
README.md CHANGED
@@ -1,6 +1,5 @@
1
-
2
  ---
3
- pretty_name: "WhisperKit"
4
  viewer: false
5
  library_name: whisperkit
6
  tags:
@@ -11,13 +10,22 @@ tags:
11
  - quantized
12
  - automatic-speech-recognition
13
  ---
14
- # WhisperKit
 
 
 
 
 
 
15
 
16
- WhisperKit is an on-device speech recognition framework for Apple Silicon:
17
- https://github.com/argmaxinc/WhisperKit
 
18
 
19
- Check out the WhisperKit paper and presentation from ICML 2025:
20
- https://icml.cc/virtual/2025/47854
21
 
22
- For real-time streaming API, custom vocabulary, speaker diarization, and more, check out Argmax SDK: https://www.argmaxinc.com/blog/argmax-sdk-2
23
 
 
 
 
 
 
1
  ---
2
+ pretty_name: "WhisperKit CoreML Models"
3
  viewer: false
4
  library_name: whisperkit
5
  tags:
 
10
  - quantized
11
  - automatic-speech-recognition
12
  ---
13
+ # WhisperKit CoreML Models
14
+
15
+ Pre-compiled CoreML models for [WhisperKit](https://github.com/argmaxinc/WhisperKit), an on-device speech recognition framework for Apple Silicon.
16
+
17
+ ## Usage
18
+
19
+ These models are drop-in replacements for the original [argmaxinc/whisperkit-coreml](https://huggingface.co/argmaxinc/whisperkit-coreml) repository. Use this repo by replacing the repo ID:
20
 
21
+ ```
22
+ argmaxinc/whisperkit-coreml → TerminatorPower/whisperkit-coreml
23
+ ```
24
 
25
+ ## Credits
 
26
 
27
+ All models were originally created and compiled by **[Argmax Inc](https://github.com/argmaxinc)**. Full credit goes to the Argmax team for their work on WhisperKit and these CoreML model conversions.
28
 
29
+ - Original repo: [argmaxinc/whisperkit-coreml](https://huggingface.co/argmaxinc/whisperkit-coreml)
30
+ - WhisperKit: [github.com/argmaxinc/WhisperKit](https://github.com/argmaxinc/WhisperKit)
31
+ - WhisperKit paper (ICML 2025): [icml.cc/virtual/2025/47854](https://icml.cc/virtual/2025/47854)