sanmonga22 commited on
Commit
ea48033
·
verified ·
1 Parent(s): b409f53

Add Canary 1B qhexrt manifest and host artifacts

Browse files
Files changed (1) hide show
  1. v81/canary-1b-flash.json +46 -0
v81/canary-1b-flash.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "_comment": "NB-5 canary-1b-flash AED ASR on v81. The compiled contexts are fixed-shape: conformer sub[91,1024]+pos[181,1024]->mem[91,1024], decoder tok_embed[32,1024]+mem->logits[32,5248]. Host op owns the NeMo log-mel/subsample/relpos frontend, canary2 seed, decoder embedding block, and aggregate tokenizer piece map.",
4
+ "model": {
5
+ "name": "canary-1b-flash",
6
+ "family": "asr",
7
+ "dsp_arch": "v81"
8
+ },
9
+ "params": {
10
+ "hidden": 1024,
11
+ "vocab": 5248,
12
+ "max_ctx": 32,
13
+ "eos_token_id": 3
14
+ },
15
+ "artifacts": {
16
+ "contexts": {
17
+ "encoder": {
18
+ "bin": "canary_conformer.bin"
19
+ },
20
+ "decoder": {
21
+ "bin": "canary_decoder.bin"
22
+ }
23
+ },
24
+ "fixture_dir": "."
25
+ },
26
+ "plan": {
27
+ "steps": [
28
+ {
29
+ "host": "canary_aed_transcribe",
30
+ "params": {
31
+ "encoder": "canary_conformer_f32",
32
+ "decoder": "canary_decoder_f32",
33
+ "frontend_blob": "canary_frontend.bin",
34
+ "decoder_host_blob": "canary_aed_host.bin",
35
+ "vocab_hex": "canary_vocab.hex",
36
+ "seed": "7,4,16,62,62,5,9,11,13",
37
+ "n_mels": 128,
38
+ "vocab": 5248,
39
+ "hidden": 1024,
40
+ "max_new": 23,
41
+ "eos": 3
42
+ }
43
+ }
44
+ ]
45
+ }
46
+ }