samot-samoe commited on
Commit
98b4f43
·
verified ·
1 Parent(s): c696c5a

Upload GPTNeoForCausalLM

Browse files
Files changed (3) hide show
  1. config.json +57 -0
  2. generation_config.json +6 -0
  3. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "IlyaGusev/rulm_gpt_neo_small",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPTNeoForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "attention_layers": [
9
+ "global",
10
+ "local",
11
+ "global",
12
+ "local",
13
+ "global",
14
+ "local",
15
+ "global",
16
+ "local",
17
+ "global",
18
+ "local",
19
+ "global",
20
+ "local"
21
+ ],
22
+ "attention_types": [
23
+ [
24
+ [
25
+ "global",
26
+ "local"
27
+ ],
28
+ 6
29
+ ]
30
+ ],
31
+ "bos_token_id": 2,
32
+ "classifier_dropout": 0.1,
33
+ "embed_dropout": 0.0,
34
+ "eos_token_id": 3,
35
+ "gradient_checkpointing": false,
36
+ "hidden_size": 768,
37
+ "initializer_range": 0.02,
38
+ "intermediate_size": null,
39
+ "layer_norm_epsilon": 1e-05,
40
+ "max_length": 512,
41
+ "max_position_embeddings": 512,
42
+ "model_type": "gpt_neo",
43
+ "num_beams": 5,
44
+ "num_heads": 12,
45
+ "num_layers": 12,
46
+ "resid_dropout": 0,
47
+ "summary_activation": null,
48
+ "summary_first_dropout": 0.1,
49
+ "summary_proj_to_labels": true,
50
+ "summary_type": "cls_index",
51
+ "summary_use_proj": true,
52
+ "torch_dtype": "float16",
53
+ "transformers_version": "4.35.2",
54
+ "use_cache": true,
55
+ "vocab_size": 32768,
56
+ "window_size": 256
57
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "eos_token_id": 3,
5
+ "transformers_version": "4.35.2"
6
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a7e9101f456136a9677bea547f117d46c60bc023a945d3e2c7f0aa9a1010cce
3
+ size 221191664