mohamedelmesawy
commited on
Commit
•
52861ec
1
Parent(s):
5d1e07c
Upload model
Browse files- config.json +62 -0
- generation_config.json +7 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "inception-mbzuai/jais-13b-chat",
|
3 |
+
"activation_function": "swiglu",
|
4 |
+
"architectures": [
|
5 |
+
"JAISLMHeadModel"
|
6 |
+
],
|
7 |
+
"attn_pdrop": 0.0,
|
8 |
+
"auto_map": {
|
9 |
+
"AutoConfig": "inception-mbzuai/jais-13b-chat--configuration_jais.JAISConfig",
|
10 |
+
"AutoModel": "inception-mbzuai/jais-13b-chat--modeling_jais.JAISModel",
|
11 |
+
"AutoModelForCausalLM": "inception-mbzuai/jais-13b-chat--modeling_jais.JAISLMHeadModel"
|
12 |
+
},
|
13 |
+
"bos_token_id": 0,
|
14 |
+
"embd_pdrop": 0.0,
|
15 |
+
"embeddings_scale": 14.6,
|
16 |
+
"eos_token_id": 0,
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"layer_norm_epsilon": 1e-05,
|
19 |
+
"model_type": "jais",
|
20 |
+
"n_embd": 5120,
|
21 |
+
"n_head": 40,
|
22 |
+
"n_inner": 13653,
|
23 |
+
"n_layer": 40,
|
24 |
+
"n_positions": 2048,
|
25 |
+
"pad_token_id": 0,
|
26 |
+
"position_embedding_type": "alibi",
|
27 |
+
"quantization_config": {
|
28 |
+
"batch_size": 1,
|
29 |
+
"bits": 4,
|
30 |
+
"block_name_to_quantize": "transformer.h",
|
31 |
+
"damp_percent": 0.1,
|
32 |
+
"dataset": [
|
33 |
+
"auto-gptq is an easy-to-use model quantization library with user-friendly apis, based on GPTQ algorithm.",
|
34 |
+
"The capital city of the United Arab Emirates (UAE) is Abu Dhabi.",
|
35 |
+
"\u0627\u0644\u0639\u0627\u0635\u0645\u0629 \u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a\u064a\u0629 \u0623\u0628\u0648 \u0638\u0628\u064a."
|
36 |
+
],
|
37 |
+
"desc_act": false,
|
38 |
+
"disable_exllama": true,
|
39 |
+
"group_size": 128,
|
40 |
+
"model_seqlen": 2048,
|
41 |
+
"module_name_preceding_first_block": [
|
42 |
+
"transformer.wte",
|
43 |
+
"transformer.drop"
|
44 |
+
],
|
45 |
+
"pad_token_id": null,
|
46 |
+
"quant_method": "gptq",
|
47 |
+
"sym": true,
|
48 |
+
"tokenizer": null,
|
49 |
+
"true_sequential": true,
|
50 |
+
"use_cuda_fp16": true
|
51 |
+
},
|
52 |
+
"reorder_and_upcast_attn": false,
|
53 |
+
"resid_pdrop": 0.0,
|
54 |
+
"scale_attn_by_inverse_layer_idx": false,
|
55 |
+
"scale_attn_weights": true,
|
56 |
+
"scale_qk_dot_by_d": true,
|
57 |
+
"torch_dtype": "float16",
|
58 |
+
"transformers_version": "4.33.2",
|
59 |
+
"use_cache": true,
|
60 |
+
"vocab_size": 84992,
|
61 |
+
"width_scale": 0.11100000000000002
|
62 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"eos_token_id": 0,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.33.2"
|
7 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f121600fbae8276467de1563e84ce42b2e5cdcb089a505c6556b00689a98589
|
3 |
+
size 7417149169
|