File size: 397 Bytes
7f38de9
 
 
 
 
 
 
 
7008b84
 
 
 
7f38de9
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "architectures": [
    "SoraForSLM"
  ],
  "dtype": "float32",
  "hidden_size": 512,
  "max_position_embeddings": 512,
  "model_type": "sora_slm",
    "auto_map": {
    "AutoConfig": "configuration_sora.SoraConfig",
    "AutoModelForCausalLM": "modeling_sora.SoraForSLM"
  },
  "num_heads": 8,
  "num_layers": 8,
  "transformers_version": "5.0.0",
  "use_cache": false,
  "vocab_size": 2628
}