unrahul commited on
Commit
5e68902
1 Parent(s): a451781

Upload config.json with huggingface_hub

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