patrickvonplaten commited on
Commit
6d8dd15
1 Parent(s): 0bf1bb1

add dummy imagegpt2 model

Browse files
Files changed (2) hide show
  1. config.json +28 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./",
3
+ "activation_function": "quick_gelu",
4
+ "architectures": [
5
+ "ImageGPTForCausalImageModeling"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "imagegpt",
14
+ "n_embd": 32,
15
+ "n_head": 8,
16
+ "n_inner": null,
17
+ "n_layer": 2,
18
+ "n_positions": 64,
19
+ "reorder_and_upcast_attn": false,
20
+ "resid_pdrop": 0.1,
21
+ "scale_attn_by_inverse_layer_idx": false,
22
+ "scale_attn_weights": true,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.14.0.dev0",
26
+ "use_cache": true,
27
+ "vocab_size": 513
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cac30463828ab7989be725b3e1e2ed6263f74c496d6fc476434fa8b598b5e423
3
+ size 257937