File size: 1,725 Bytes
02eb0ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
    "ada_rms_norm_t_cond": true,
    "ada_rms_norm_t_cond_dim": 32,
    "causal": true,
    "dim": 3072,
    "head_dim": 128,
    "hidden_dim": 9216,
    "model_max_length": 131072,
    "model_parallel": 1,
    "multimodal": {
        "whisper_model_args": {
            "encoder_args": {
                "audio_encoding_args": {
                    "sampling_rate": 16000,
                    "frame_rate": 12.5,
                    "num_mel_bins": 128,
                    "hop_length": 160,
                    "window_size": 400,
                    "chunk_length_s": null,
                    "global_log_mel_max": 1.5,
                    "transcription_format": "streaming"
                },
                "dim": 1280,
                "n_layers": 32,
                "head_dim": 64,
                "hidden_dim": 5120,
                "n_heads": 32,
                "vocab_size": 131072,
                "n_kv_heads": 32,
                "use_biases": true,
                "use_cache": false,
                "rope_theta": 1000000.0,
                "causal": true,
                "norm_eps": 1e-05,
                "pos_embed": "rope",
                "max_source_positions": null,
                "ffn_type": "swiglu",
                "norm_type": "rms_norm",
                "sliding_window": 750
            },
            "downsample_args": {
                "downsample_factor": 4
            }
        }
    },
    "n_heads": 32,
    "n_kv_heads": 8,
    "n_layers": 26,
    "norm_eps": 1e-05,
    "quantization": {
        "group_size": 64,
        "bits": 6
    },
    "rope_theta": 1000000.0,
    "sliding_window": 8192,
    "tied_embeddings": true,
    "use_biases": false,
    "vocab_size": 131072
}