unrahul commited on
Commit
15b901f
1 Parent(s): cd36530

Upload config.json with huggingface_hub

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