Automatic Speech Recognition
WhisperKit
LiteRT
LiteRT
whisper
parakeet
nvidia
openai
asr
transcription
local
on-device
quantized
compressed
Instructions to use argmaxinc/parakeetkit-litert-pro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- WhisperKit
How to use argmaxinc/parakeetkit-litert-pro 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
- LiteRT
How to use argmaxinc/parakeetkit-litert-pro with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Adding support for ParakeetV3
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8450/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8450/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8475/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8475/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8550/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8550/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8650/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8650/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8750/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8750/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8850/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8850/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_gpu/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_gpu/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_other/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_other/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8450/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8450/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8475/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8475/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8550/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8550/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8650/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8650/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8750/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8750/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8850/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8850/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_gpu/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_gpu/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_other/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_other/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v3/MultimodalLogits.tflite +3 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8450/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8450/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8475/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8475/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8550/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8550/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8650/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8650/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8750/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8750/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8850/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8850/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_gpu/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_gpu/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_other/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_other/LICENSE_NOTICE.txt +7 -0
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8450/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06c014359e2344c2732022569af614b5d1f4f7106145e9e2e803856309c58026
|
| 3 |
+
size 1247475472
|
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8450/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8475/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83e008865b1d0eb6f97d735fe13fbe37e61dba6669dfe03e84c99154e3582d5c
|
| 3 |
+
size 1247475472
|
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8475/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8550/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:563e460f7cd09542a2ac22639dd159fb57fbea24791dc29978ab1bd8b0514e6c
|
| 3 |
+
size 1248073488
|
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8550/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8650/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48ae06f5c57f632109f066c9a6406e452c2ba4d795b06ddcbf8d32c90b949b39
|
| 3 |
+
size 1248077584
|
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8650/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8750/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:155fd0b7542c9fc044f1fc742c901da16ef261a440dd19346d345cc64ed9674c
|
| 3 |
+
size 1247299344
|
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8750/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8850/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e544acfa3cdc6d12d7b8657ea406219601f0033f0f1cf55b33f49d7b179a7e3
|
| 3 |
+
size 1247893264
|
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8850/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_gpu/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:034061990ff760c23d1362f0bcf81a4d4e2b95a14eb64950b838aa3023a9fd33
|
| 3 |
+
size 2441637648
|
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_gpu/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_other/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d98c9c81df1d3f7b4a4a3183ab93140a621d5f0039fec8ad3b76b9a70e90bb08
|
| 3 |
+
size 2444877760
|
parakeet-tdt-0.6b-v3/AudioEncoder.aipack/src/main/assets/model#group_other/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8450/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8450/MelSpectrogram.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a90f977f7a21a68b4c3531715c7de5bd00702a89ff2e45e5e876c766b0805848
|
| 3 |
+
size 1132064
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8475/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8475/MelSpectrogram.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32528aca9f8ba87ff8c93b46f5e678bea0abf12dad09dfdada9e269dfbe25690
|
| 3 |
+
size 1132064
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8550/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8550/MelSpectrogram.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dda808c873ea8000c24978d52986211c7e8bc31ad1eee38c081e58f970a3d5e
|
| 3 |
+
size 1127968
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8650/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8650/MelSpectrogram.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:346447aac5639ccf0c65360dcbca7638a216676909c50488fe460eb112837403
|
| 3 |
+
size 1132064
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8750/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8750/MelSpectrogram.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d65d12cd2abaa9661192728f1dd66b79525f0ff0edc306a25c9b813966c5f30c
|
| 3 |
+
size 1136160
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8850/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8850/MelSpectrogram.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aaa1079fb540d8d1add3b4d1ef6de85f1c6ea8c07630f024c832480b3e601fed
|
| 3 |
+
size 1181216
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_gpu/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_gpu/MelSpectrogram.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:749ce7156fa34fc6dd2254e6f53fc782fa31c53f19d03f7be42f949a08d61447
|
| 3 |
+
size 1528028
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_other/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/MelSpectrogram.aipack/src/main/assets/model#group_other/MelSpectrogram.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:749ce7156fa34fc6dd2254e6f53fc782fa31c53f19d03f7be42f949a08d61447
|
| 3 |
+
size 1528028
|
parakeet-tdt-0.6b-v3/MultimodalLogits.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:005a4c64b1e21238a38d0f0103718d81c4a266e94b55cae6fff4caae1c92c489
|
| 3 |
+
size 21022100
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8450/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5210eca7a795ea323843d628a4987cc9e712b52791be9e4915d00e4efd03172
|
| 3 |
+
size 668202800
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8450/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8475/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6cd1eb8f6bb31ea4301787f32ae7dae3ca64857e9c338dd9bbe4811ca2cf31b
|
| 3 |
+
size 667580208
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8475/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8550/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa797c961ee74a44eb9eab3a63798e88ddbe60696b9064e559e421836579839a
|
| 3 |
+
size 671786800
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8550/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8650/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f2bb14742f94aac8b5eb97f1d9edcf0570f9a6fdb7490b5edb0ed5f6a9c9cf0
|
| 3 |
+
size 671569712
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8650/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8750/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d6b223b78b3aeedb93614ef86b163b47553402cb05ecf838d5d7fa5b7596101
|
| 3 |
+
size 671315760
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8750/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8850/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b00b82de3197a49d5a8ea02b8589ad6a6847005043d4d3f4eabc7658f4652e4
|
| 3 |
+
size 672732976
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8850/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_gpu/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20c52622e231a68b96fb4ad533d0dcb09ac19baa85c151654bbb4523f48059cc
|
| 3 |
+
size 619722608
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_gpu/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_other/AudioEncoder.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0fbc6e1a65df7d8254dd83b1389e1f421f94a8ec1d681d8ac0eb89955652557
|
| 3 |
+
size 915214232
|
parakeet-tdt-0.6b-v3/QuantAudioEncoder.aipack/src/main/assets/model#group_other/LICENSE_NOTICE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Argmax proprietary and confidential. Under NDA.
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Argmax, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Unauthorized access, copying, use, distribution, and or commercialization of this file, via any medium or means is strictly prohibited.
|
| 6 |
+
|
| 7 |
+
Please contact Argmax for licensing information at info@argmaxinc.com.
|