File size: 436 Bytes
853e052
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "architectures": [
    "SpeechUnitModel"
  ],
  "auto_map": {
    "AutoConfig": "configuration_speechunit.SpeechUnitConfig",
    "AutoModelForCausalLM": "modeling_speechunit.SpeechUnitModel"
  },
  "base_model_id": "meta-llama/Llama-3.2-1B",
  "initializer_range": 0.02,
  "model_type": "speechunit",
  "num_heads": 8,
  "num_hidden_layers": 3,
  "output_dim": 2048,
  "torch_dtype": "float32",
  "transformers_version": "4.47.1"
}