Update from
Browse files- config.json +32 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "chatglm-6b-int4",
|
3 |
+
"architectures": [
|
4 |
+
"ChatGLMForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "configuration_chatglm.ChatGLMConfig",
|
8 |
+
"AutoModel": "modeling_chatglm.ChatGLMForConditionalGeneration",
|
9 |
+
"AutoModelForSeq2SeqLM": "modeling_chatglm.ChatGLMForConditionalGeneration"
|
10 |
+
},
|
11 |
+
"bos_token_id": 130004,
|
12 |
+
"eos_token_id": 130005,
|
13 |
+
"gmask_token_id": 130001,
|
14 |
+
"hidden_size": 4096,
|
15 |
+
"inner_hidden_size": 16384,
|
16 |
+
"layernorm_epsilon": 1e-05,
|
17 |
+
"mask_token_id": 130000,
|
18 |
+
"max_sequence_length": 2048,
|
19 |
+
"model_type": "chatglm",
|
20 |
+
"num_attention_heads": 32,
|
21 |
+
"num_layers": 28,
|
22 |
+
"pad_token_id": 3,
|
23 |
+
"position_encoding_2d": true,
|
24 |
+
"pre_seq_len": 128,
|
25 |
+
"prefix_projection": false,
|
26 |
+
"quantization_bit": 4,
|
27 |
+
"quantization_embeddings": false,
|
28 |
+
"torch_dtype": "float16",
|
29 |
+
"transformers_version": "4.27.1",
|
30 |
+
"use_cache": true,
|
31 |
+
"vocab_size": 130528
|
32 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:236ed554cb33aace4e227befa3a8713862a82fc6d4a9907ab90b490498e7d935
|
3 |
+
size 117441341
|