File size: 399 Bytes
09551f1
 
 
 
 
 
 
 
8b76c70
 
 
 
09551f1
 
 
 
 
 
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": 1024,
  "max_position_embeddings": 512,
  "model_type": "sora_slm",
  "auto_map": {
    "AutoConfig": "configuration_sora.SoraConfig",
    "AutoModelForCausalLM": "modeling_sora.SoraForSLM"
  },
  "num_heads": 32,
  "num_layers": 32,
  "transformers_version": "5.0.0",
  "use_cache": false,
  "vocab_size": 23000
}