btherien commited on
Commit
1b14cba
1 Parent(s): 5cf8e31

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +28 -0
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GPTNeoXForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": 0.1,
8
+ "eos_token_id": 0,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout": 0.0,
11
+ "hidden_size": 4608,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 18432,
14
+ "layer_norm_eps": 1e-05,
15
+ "max_position_embeddings": 2048,
16
+ "model_type": "gpt_neox",
17
+ "num_attention_heads": 36,
18
+ "num_hidden_layers": 36,
19
+ "rope_scaling": null,
20
+ "rotary_emb_base": 10000,
21
+ "rotary_pct": 0.25,
22
+ "tie_word_embeddings": false,
23
+ "torch_dtype": "float16",
24
+ "transformers_version": "4.36.0",
25
+ "use_cache": true,
26
+ "use_parallel_residual": true,
27
+ "vocab_size": 50688
28
+ }