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
Dylan Angus commited on
Commit ·
8cf4e96
0
Parent(s):
Initial release
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +35 -0
- LICENSE_NOTICE.txt +7 -0
- README.md +33 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8450/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8450/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8475/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8475/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8550/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8550/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8650/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8650/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8750/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8750/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8850/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8850/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_gpu/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_gpu/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_other/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/AudioEncoder.aipack/src/main/assets/model#group_other/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8450/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8450/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8475/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8475/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8550/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8550/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8650/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8650/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8750/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8750/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8850/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_Qualcomm_SM8850/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_gpu/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_gpu/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_other/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/MelSpectrogram.aipack/src/main/assets/model#group_other/MelSpectrogram.tflite +3 -0
- parakeet-tdt-0.6b-v2/MultimodalLogits.tflite +3 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8450/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8450/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8475/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8475/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8550/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8550/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8650/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8650/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8750/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8750/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8850/AudioEncoder.tflite +3 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_Qualcomm_SM8850/LICENSE_NOTICE.txt +7 -0
- parakeet-tdt-0.6b-v2/QuantAudioEncoder.aipack/src/main/assets/model#group_gpu/AudioEncoder.tflite +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
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.
|
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: argmax-fmod-license
|
| 4 |
+
license_link: https://huggingface.co/argmaxinc/parakeet-litert-pro/blob/main/LICENSE_NOTICE.txt
|
| 5 |
+
pretty_name: ParakeetKit
|
| 6 |
+
viewer: false
|
| 7 |
+
library_name: whisperkit
|
| 8 |
+
tags:
|
| 9 |
+
- whisper
|
| 10 |
+
- whisperkit
|
| 11 |
+
- parakeet
|
| 12 |
+
- nvidia
|
| 13 |
+
- openai
|
| 14 |
+
- litert
|
| 15 |
+
- asr
|
| 16 |
+
- transcription
|
| 17 |
+
- local
|
| 18 |
+
- on-device
|
| 19 |
+
- quantized
|
| 20 |
+
- compressed
|
| 21 |
+
- automatic-speech-recognition
|
| 22 |
+
extra_gated_heading: ParakeetKit Pro (Part of Argmax SDK)
|
| 23 |
+
extra_gated_description: ParakeetKit Pro deploys Nvidia Parakeet models through LiteRT on Android
|
| 24 |
+
extra_gated_fields:
|
| 25 |
+
Company: text
|
| 26 |
+
Work email: text
|
| 27 |
+
I acknowledge the license notice: checkbox
|
| 28 |
+
extra_gated_button_content: Submit
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
# ParakeetKit Pro
|
| 32 |
+
|
| 33 |
+
These models are only compatible with [Argmax Pro SDK](https://www.argmaxinc.com/#SDK). You can sign up for Argmax Pro SDK [here](https://app.argmaxinc.com).
|
parakeet-tdt-0.6b-v2/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:2f7f4338ca05a0597da82b9c87828ddf94351cd9e2d31d71b4ac08358111ca4b
|
| 3 |
+
size 1247475472
|
parakeet-tdt-0.6b-v2/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-v2/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:664ca444b47dc5844a5b9eb9b85759f9976954dd23762ccba8d193d5500d8273
|
| 3 |
+
size 1247475472
|
parakeet-tdt-0.6b-v2/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-v2/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:b3c8a1a201c5de51fd0211bc6768f9809906b448068905ea767b5f9f1b45ea06
|
| 3 |
+
size 1248073488
|
parakeet-tdt-0.6b-v2/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-v2/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:4877ebf6fd54648872ecd0fa0fb1df817b71f6b5dc42522f3f1d378d94bd1a14
|
| 3 |
+
size 1248077584
|
parakeet-tdt-0.6b-v2/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-v2/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:087880f708a55f2b88319ad9e0e98a025b529e1733499e133c9175293329ca1a
|
| 3 |
+
size 1247299344
|
parakeet-tdt-0.6b-v2/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-v2/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:f092d639773dce0daae7623c4574bb895b2e8534a40fde8c4414fba32a53ec92
|
| 3 |
+
size 1247893264
|
parakeet-tdt-0.6b-v2/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-v2/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:fe8b0b8ac91f542342e1cbbaa88212c98a08492a78915a70f13198487eca79e4
|
| 3 |
+
size 2441637648
|
parakeet-tdt-0.6b-v2/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-v2/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:bf1320c6edba65f06aa03e84eeb2d323474467a6a846dbf17f539e891f5086b3
|
| 3 |
+
size 2444877760
|
parakeet-tdt-0.6b-v2/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-v2/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-v2/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-v2/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-v2/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-v2/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-v2/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-v2/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-v2/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-v2/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-v2/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-v2/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-v2/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-v2/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-v2/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-v2/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-v2/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-v2/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-v2/MultimodalLogits.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9ef31793f3fa1a385ceeea07887cd395edc3ed131ba2d8a87e5d504a99c3f61
|
| 3 |
+
size 2643348
|
parakeet-tdt-0.6b-v2/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:98c0d1ba8ed76eae9ed103e5fc6b0f3754274e49b54ec764c4674edf8715fa33
|
| 3 |
+
size 668202800
|
parakeet-tdt-0.6b-v2/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-v2/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:2d3da90de829ec9fc318c18fcf8e4df6ff4facac8d928312fb6918adbfd03302
|
| 3 |
+
size 667580208
|
parakeet-tdt-0.6b-v2/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-v2/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:42374d96a21c779313fef28efeaf179661b3abb5721f24616d683b3ebadca3f9
|
| 3 |
+
size 671786800
|
parakeet-tdt-0.6b-v2/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-v2/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:5f0b9ba8475162e7a02d28f5e74d0858767a0142a630502f26ae7f3eddb5e6dc
|
| 3 |
+
size 671696688
|
parakeet-tdt-0.6b-v2/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-v2/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:9af42cb94ebecdc21b5202466d2451d239101b8599cfc9182dfa261d9665a933
|
| 3 |
+
size 671315760
|
parakeet-tdt-0.6b-v2/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-v2/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:e6ce114c37b6c8c85afe8129aabb50fde5dfb65684e9830be6813dd5b330cf58
|
| 3 |
+
size 672741168
|
parakeet-tdt-0.6b-v2/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-v2/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:756314c4cb7ae1347409d43f046b6e326853fc568884254a5a9138b8d8852043
|
| 3 |
+
size 619722608
|