roneneldan commited on
Commit
bcb5c10
1 Parent(s): 578221b

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +46 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "EleutherAI/gpt-neo-125M",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPTNeoForCausalLM"
6
+ ],
7
+ "attention_dropout": 0,
8
+ "attention_layers": [
9
+ "global",
10
+ "local",
11
+ "global",
12
+ "local"
13
+ ],
14
+ "attention_types": [
15
+ [
16
+ [
17
+ "global",
18
+ "local"
19
+ ],
20
+ 2
21
+ ]
22
+ ],
23
+ "bos_token_id": 50256,
24
+ "embed_dropout": 0,
25
+ "eos_token_id": 50256,
26
+ "gradient_checkpointing": false,
27
+ "hidden_size": 768,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": null,
30
+ "layer_norm_epsilon": 1e-05,
31
+ "max_position_embeddings": 2048,
32
+ "model_type": "gpt_neo",
33
+ "num_heads": 16,
34
+ "num_layers": 4,
35
+ "resid_dropout": 0,
36
+ "summary_activation": null,
37
+ "summary_first_dropout": 0.1,
38
+ "summary_proj_to_labels": true,
39
+ "summary_type": "cls_index",
40
+ "summary_use_proj": true,
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.28.0",
43
+ "use_cache": true,
44
+ "vocab_size": 50257,
45
+ "window_size": 256
46
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41316d3bad3cf7766cbc36443a71c5ef05321a1c4fa14855df537998c6dad302
3
+ size 290854321