filipignijic commited on
Commit
8cca961
1 Parent(s): 546157c

Upload GPTNeoForCausalLM

Browse files
Files changed (3) hide show
  1. config.json +45 -0
  2. generation_config.json +7 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "c:\\Users\\Filip\\Documents\\School\\Delft\\Research project\\results\\upload\\GPT-SiLU",
3
+ "activation_function": "silu",
4
+ "architectures": [
5
+ "GPTNeoForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "attention_layers": [
9
+ "global",
10
+ "local"
11
+ ],
12
+ "attention_types": [
13
+ [
14
+ [
15
+ "global",
16
+ "local"
17
+ ],
18
+ 1
19
+ ]
20
+ ],
21
+ "bos_token_id": 50256,
22
+ "classifier_dropout": 0.1,
23
+ "embed_dropout": 0.0,
24
+ "eos_token_id": 50256,
25
+ "hidden_size": 512,
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 1024,
28
+ "layer_norm_epsilon": 1e-05,
29
+ "max_position_embeddings": 512,
30
+ "model_type": "gpt_neo",
31
+ "num_heads": 4,
32
+ "num_layers": 2,
33
+ "pad_token_id": 0,
34
+ "resid_dropout": 0.0,
35
+ "summary_activation": null,
36
+ "summary_first_dropout": 0.1,
37
+ "summary_proj_to_labels": true,
38
+ "summary_type": "cls_index",
39
+ "summary_use_proj": true,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.26.1",
42
+ "use_cache": true,
43
+ "vocab_size": 10000,
44
+ "window_size": 256
45
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.26.1"
7
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ab7f4ea536fe03ce4f8f522d6991153cbdada01ae5ff787d18275d89a2a9d43
3
+ size 38877908