File size: 771 Bytes
c352200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "vocab_size": 8192,
  "hidden_size": 256,
  "num_hidden_layers": 10,
  "num_attention_heads": 4,
  "num_key_value_heads": 2,
  "head_dim": 64,
  "intermediate_size": 768,
  "max_position_embeddings": 4096,
  "rope_theta": 100000.0,
  "rms_norm_eps": 1e-06,
  "tie_word_embeddings": true,
  "model_type": "bananamind2_nano",
  "architectures": [
    "BananaMind2NanoForCausalLM"
  ],
  "auto_map": {
    "AutoConfig": "configuration_bananamind2nano.BananaMind2NanoConfig",
    "AutoModelForCausalLM": "modeling_bananamind2nano.BananaMind2NanoForCausalLM"
  },
  "torch_dtype": "float32",
  "bos_token_id": 1,
  "eos_token_id": 2,
  "pad_token_id": 0,
  "unk_token_id": 3,
  "use_cache": true,
  "z_loss_coeff": 0.0,
  "_name_or_path": "Banaxi-Tech/adamw-model-test"
}