IDEAHQ commited on
Commit
3e357b9
·
verified ·
1 Parent(s): 8c009b2

Initial model card

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: proprietary
4
+ license_link: https://augmentalis.com/license
5
+ tags:
6
+ - ava
7
+ - voiceos
8
+ - on-device
9
+ - whisper
10
+ - llm
11
+ ---
12
+
13
+ # AVA Models
14
+
15
+ Production model repository for VoiceOS on-device AI inference.
16
+
17
+ ## Models
18
+
19
+ | Model | Type | Format | Size |
20
+ |-------|------|--------|------|
21
+ | Whisper Tiny QNN | STT | ONNX (AON-encrypted) | ~50MB |
22
+ | Whisper Base QNN | STT | ONNX (AON-encrypted) | ~150MB |
23
+ | Whisper Small QNN | STT | ONNX (AON-encrypted) | ~500MB |
24
+ | Gemma 2B Q4_K_M | LLM | GGUF (AON-encrypted) | ~1.5GB |
25
+
26
+ ## Usage
27
+
28
+ Models are downloaded automatically by VoiceOS apps via the AssetDelivery module.
29
+
30
+ ## License
31
+
32
+ Proprietary - Intelligent Devices LLC / Augmentalis Inc