File size: 591 Bytes
97cc50d
d35c72d
 
 
 
 
97cc50d
 
 
 
 
 
d35c72d
 
 
 
97cc50d
 
d35c72d
 
 
 
97cc50d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "architectures": ["TinyMindForCausalLM"],
  "auto_map": {
    "AutoConfig": "configuration_tinymind.TinyMindConfig",
    "AutoModelForCausalLM": "modeling_tinymind.TinyMindForCausalLM"
  },
  "dropout": 0.1,
  "max_seq_len": 512,
  "model_type": "tiny_smart_llm",
  "n_embd": 256,
  "n_heads": 8,
  "n_layers": 6,
  "num_hidden_layers": 6,
  "hidden_size": 256,
  "num_attention_heads": 8,
  "max_position_embeddings": 512,
  "torch_dtype": "float32",
  "transformers_version": "4.51.3",
  "vocab_size": 50257,
  "bos_token_id": 50256,
  "eos_token_id": 50256,
  "pad_token_id": 50256
}