File size: 1,256 Bytes
155759c
6753a20
451c702
 
b761247
451c702
 
 
 
 
 
 
 
 
b761247
 
 
 
 
 
 
 
 
451c702
 
 
 
 
 
 
 
 
 
 
 
 
b761247
 
 
 
 
 
 
 
 
451c702
155759c
 
 
fcc8952
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "model_type": "ArlowGPT",
  "clip_config": {
    "architectures": ["CLIPModel"],
    "_name_or_path": "yuchenxie/ArlowGPT-VLM-Untrained",
    "hidden_size": 1024,
    "intermediate_size": 4096,
    "num_hidden_layers": 24,
    "num_attention_heads": 16,
    "initializer_range": 0.02,
    "layer_norm_eps": 1e-05,
    "vision_patch_size": 14,
    "projection_dim": 768,
    "max_position_embeddings": 77,
    "image_size": 224,
    "vision_config_dict": {
      "hidden_size": 1024,
      "intermediate_size": 4096,
      "num_attention_heads": 16,
      "num_hidden_layers": 24,
      "patch_size": 14,
      "projection_dim": 768
    }
  },
  "gpt2_config": {
    "architectures": ["GPT2LMHeadModel"],
    "vocab_size": 50257,
    "n_positions": 1024,
    "n_ctx": 1024,
    "n_embd": 768,
    "n_layer": 12,
    "n_head": 12,
    "attn_pdrop": 0.1,
    "resid_pdrop": 0.1,
    "embd_pdrop": 0.1,
    "layer_norm_epsilon": 1e-05,
    "initializer_range": 0.02,
    "activation_function": "gelu_new",
    "task_specific_params": {
      "text-generation": {
        "do_sample": true,
        "max_length": 50
      }
    },
    "transformers_version": "4.47.0"
  },
  "projection_dim": 768,
  "transformers_version": "4.47.0",
  "vocab_size": 50257
}