Aarifkhan commited on
Commit
fff79b8
1 Parent(s): cf4add8

set use_cache = true

Browse files
Files changed (1) hide show
  1. config.json +36 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "EleutherAI/pythia-2.8b",
3
+ "architectures": [
4
+ "GPTNeoXForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": 0.1,
9
+ "custom_pipelines": {
10
+ "text-generation": {
11
+ "impl": "instruct_pipeline.InstructionTextGenerationPipeline",
12
+ "pt": "AutoModelForCausalLM",
13
+ "tf": "TFAutoModelForCausalLM"
14
+ }
15
+ },
16
+ "eos_token_id": 0,
17
+ "hidden_act": "gelu",
18
+ "hidden_dropout": 0.0,
19
+ "hidden_size": 2560,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 10240,
22
+ "layer_norm_eps": 1e-05,
23
+ "max_position_embeddings": 2048,
24
+ "model_type": "gpt_neox",
25
+ "num_attention_heads": 32,
26
+ "num_hidden_layers": 32,
27
+ "rope_scaling": null,
28
+ "rotary_emb_base": 10000,
29
+ "rotary_pct": 0.25,
30
+ "tie_word_embeddings": false,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.35.0.dev0",
33
+ "use_cache": true,
34
+ "use_parallel_residual": true,
35
+ "vocab_size": 50280
36
+ }