lysandre HF staff commited on
Commit
061ab7b
1 Parent(s): 08cc992

Add model and configuration.

Browse files
Files changed (2) hide show
  1. config.json +42 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "attention_dropout": 0.0,
4
+ "attention_layers": [
5
+ "global",
6
+ "local",
7
+ "global",
8
+ "local"
9
+ ],
10
+ "attention_types": [
11
+ [
12
+ [
13
+ "global",
14
+ "local"
15
+ ],
16
+ 2
17
+ ]
18
+ ],
19
+ "bos_token_id": 98,
20
+ "embed_dropout": 0.0,
21
+ "eos_token_id": 98,
22
+ "gradient_checkpointing": false,
23
+ "hidden_size": 32,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": null,
26
+ "layer_norm_epsilon": 1e-05,
27
+ "max_position_embeddings": 512,
28
+ "model_type": "gpt_neo",
29
+ "num_heads": 4,
30
+ "num_layers": 4,
31
+ "pad_token_id": 98,
32
+ "resid_dropout": 0.0,
33
+ "summary_activation": null,
34
+ "summary_first_dropout": 0.1,
35
+ "summary_proj_to_labels": true,
36
+ "summary_type": "cls_index",
37
+ "summary_use_proj": true,
38
+ "transformers_version": "4.10.0.dev0",
39
+ "use_cache": true,
40
+ "vocab_size": 99,
41
+ "window_size": 7
42
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed381053f3b9dd536eec967d34760e1e86bb946be7dfe2a043b64b3cab2a603b
3
+ size 1646023