File size: 679 Bytes
4b9eed1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "GPJTGPT2ModelForCausalLM"
  ],
  "auto_map": {
    "AutoConfig": "configuration_gpjtgpt2.GPJTGPT2Config",
    "AutoModel": "modeling_gpjtgpt2.GPJTGPT2Model",
    "AutoModelForCausalLM": "modeling_gpjtgpt2.GPJTGPT2ModelForCausalLM"
  },
  "bos_token_id": 50256,
  "cfg": {
    "context_length": 1024,
    "drop_rate": 0.1,
    "emb_dim": 768,
    "n_heads": 12,
    "n_layers": 12,
    "qkv_bias": false,
    "vocab_size": 50257
  },
  "dtype": "float32",
  "eos_token_id": 50256,
  "model_type": "gpjtgpt2",
  "num_hidden_layers": 12,
  "pad_token_id": 50256,
  "tie_word_embeddings": false,
  "transformers_version": "4.57.3",
  "use_cache": false
}