File size: 946 Bytes
4a031ed
 
41d9d87
4a031ed
 
 
 
41d9d87
3f346a8
4a031ed
41d9d87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4a031ed
 
 
78eeb27
 
 
 
 
4a031ed
 
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
{
  "library_name": "kerasformers",
  "kerasformers_version": "1.2.1",
  "model_module": "kerasformers.models.moonshine",
  "model_class": "MoonshineModel",
  "variant": "moonshine_tiny",
  "weights": "model.weights.h5",
  "schema_version": 2,
  "weight_dtype": "float32",
  "model_type": "moonshine",
  "audio_config": {
    "num_layers": 6,
    "attention_heads": 8,
    "num_kv_heads": null,
    "ffn_dim": 1152,
    "activation": "gelu"
  },
  "text_config": {
    "num_layers": 6,
    "attention_heads": 8,
    "num_kv_heads": null,
    "ffn_dim": 1152,
    "activation": "silu",
    "vocab_size": 32768,
    "max_position_embeddings": 194,
    "partial_rotary_factor": 0.9,
    "rope_theta": 10000.0
  },
  "hidden_dim": 288,
  "layer_norm_eps": 1e-05,
  "generate_args": {
    "bos_token_id": 1,
    "pad_token_id": 2,
    "decoder_start_token_id": 1,
    "eos_token_id": 2,
    "max_length": 194
  }
}