eaalghamdi commited on
Commit
35808a7
1 Parent(s): 7f3f987

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +52 -0
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/ddn/data/generic/eaalghamdi/PTQ/models/jais-13b/",
3
+ "activation_function": "swiglu",
4
+ "architectures": [
5
+ "JAISLMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.0,
8
+ "auto_map": {
9
+ "AutoConfig": "configuration_jais.JAISConfig",
10
+ "AutoModel": "modeling_jais.JAISModel",
11
+ "AutoModelForCausalLM": "modeling_jais.JAISLMHeadModel",
12
+ "AutoModelForQuestionAnswering": "modeling_jais.JAISForQuestionAnswering",
13
+ "AutoModelForSequenceClassification": "modeling_jais.JAISForSequenceClassification",
14
+ "AutoModelForTokenClassification": "modeling_jais.JAISForTokenClassification"
15
+ },
16
+ "bos_token_id": 0,
17
+ "embd_pdrop": 0.0,
18
+ "embeddings_scale": 14.6,
19
+ "eos_token_id": 0,
20
+ "initializer_range": 0.02,
21
+ "layer_norm_epsilon": 1e-05,
22
+ "model_type": "jais",
23
+ "n_embd": 5120,
24
+ "n_head": 40,
25
+ "n_inner": 13653,
26
+ "n_layer": 40,
27
+ "n_positions": 2048,
28
+ "pad_token_id": 0,
29
+ "position_embedding_type": "alibi",
30
+ "quantization_config": {
31
+ "bnb_4bit_compute_dtype": "float32",
32
+ "bnb_4bit_quant_type": "fp4",
33
+ "bnb_4bit_use_double_quant": false,
34
+ "llm_int8_enable_fp32_cpu_offload": false,
35
+ "llm_int8_has_fp16_weight": false,
36
+ "llm_int8_skip_modules": null,
37
+ "llm_int8_threshold": 6.0,
38
+ "load_in_4bit": false,
39
+ "load_in_8bit": true,
40
+ "quant_method": "bitsandbytes"
41
+ },
42
+ "reorder_and_upcast_attn": false,
43
+ "resid_pdrop": 0.0,
44
+ "scale_attn_by_inverse_layer_idx": false,
45
+ "scale_attn_weights": true,
46
+ "scale_qk_dot_by_d": true,
47
+ "torch_dtype": "float16",
48
+ "transformers_version": "4.34.0.dev0",
49
+ "use_cache": true,
50
+ "vocab_size": 84992,
51
+ "width_scale": 0.11100000000000002
52
+ }