File size: 687 Bytes
9fd9be6
 
 
 
 
 
 
429d18d
 
9fd9be6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
429d18d
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
{
  "architectures": [
    "HawkForCausalLM"
  ],
  "auto_map": {
    "AutoConfig": "modeling_hawk.HawkConfig",
    "AutoModelForCausalLM": "modeling_hawk.HawkForCausalLM",
    "AutoModelForSequenceClassification": "modeling_hawk.HawkForSequenceClassification",
    "AutoModel": "modeling_hawk.HawkModel"
  },
  "bos_token_id": 1,
  "conv_kernel": 4,
  "dtype": "float32",
  "eos_token_id": 2,
  "max_position_embeddings": 1024,
  "mlp_expansion": 3,
  "model_type": "hawk_rglru",
  "n_embd": 704,
  "n_layer": 12,
  "pad_token_id": 3,
  "rglru_c": 8.0,
  "rmsnorm_eps": 1e-06,
  "rnn_width": 768,
  "tie_word_embeddings": true,
  "transformers_version": "5.3.0",
  "vocab_size": 39953
}