Upload 5 files
Browse files- config.json +47 -0
- model.safetensors +3 -0
- special_tokens_map.json +1 -0
- tokenizer.model +3 -0
- tokenizer_config.json +12 -0
config.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "THUDM/chatglm3-6b",
|
| 3 |
+
"add_bias_linear": false,
|
| 4 |
+
"add_qkv_bias": true,
|
| 5 |
+
"apply_query_key_layer_scaling": true,
|
| 6 |
+
"apply_residual_connection_post_layernorm": false,
|
| 7 |
+
"architectures": [
|
| 8 |
+
"ChatGLMModel"
|
| 9 |
+
],
|
| 10 |
+
"attention_dropout": 0.0,
|
| 11 |
+
"attention_softmax_in_fp32": true,
|
| 12 |
+
"auto_map": {
|
| 13 |
+
"AutoConfig": "THUDM/chatglm3-6b--configuration_chatglm.ChatGLMConfig",
|
| 14 |
+
"AutoModel": "THUDM/chatglm3-6b--modeling_chatglm.ChatGLMForConditionalGeneration",
|
| 15 |
+
"AutoModelForCausalLM": "THUDM/chatglm3-6b--modeling_chatglm.ChatGLMForConditionalGeneration",
|
| 16 |
+
"AutoModelForSeq2SeqLM": "THUDM/chatglm3-6b--modeling_chatglm.ChatGLMForConditionalGeneration",
|
| 17 |
+
"AutoModelForSequenceClassification": "THUDM/chatglm3-6b--modeling_chatglm.ChatGLMForSequenceClassification"
|
| 18 |
+
},
|
| 19 |
+
"bias_dropout_fusion": true,
|
| 20 |
+
"classifier_dropout": null,
|
| 21 |
+
"eos_token_id": 2,
|
| 22 |
+
"ffn_hidden_size": 16,
|
| 23 |
+
"fp32_residual_connection": false,
|
| 24 |
+
"hidden_dropout": 0.0,
|
| 25 |
+
"hidden_size": 8,
|
| 26 |
+
"kv_channels": 2,
|
| 27 |
+
"layernorm_epsilon": 1e-05,
|
| 28 |
+
"model_type": "chatglm",
|
| 29 |
+
"multi_query_attention": true,
|
| 30 |
+
"multi_query_group_num": 2,
|
| 31 |
+
"num_attention_heads": 4,
|
| 32 |
+
"num_layers": 2,
|
| 33 |
+
"original_rope": true,
|
| 34 |
+
"pad_token_id": 0,
|
| 35 |
+
"padded_vocab_size": 65024,
|
| 36 |
+
"post_layer_norm": true,
|
| 37 |
+
"pre_seq_len": null,
|
| 38 |
+
"prefix_projection": false,
|
| 39 |
+
"quantization_bit": 0,
|
| 40 |
+
"rmsnorm": true,
|
| 41 |
+
"seq_length": 8192,
|
| 42 |
+
"tie_word_embeddings": false,
|
| 43 |
+
"torch_dtype": "float32",
|
| 44 |
+
"transformers_version": "4.41.2",
|
| 45 |
+
"use_cache": true,
|
| 46 |
+
"vocab_size": 65024
|
| 47 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b61e6f29c58eadbfc8b9b12bc327f0106212d4284fe9f163e02a1ccbf3a657c
|
| 3 |
+
size 2085418
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{}
|
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7dc4c393423b76e4373e5157ddc34803a0189ba96b21ddbb40269d31468a6f2
|
| 3 |
+
size 1018370
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name_or_path": "THUDM/chatglm3-6b-base",
|
| 3 |
+
"tokenizer_class": "ChatGLMTokenizer",
|
| 4 |
+
"remove_space": false,
|
| 5 |
+
"do_lower_case": false,
|
| 6 |
+
"auto_map": {
|
| 7 |
+
"AutoTokenizer": [
|
| 8 |
+
"tokenization_chatglm.ChatGLMTokenizer",
|
| 9 |
+
null
|
| 10 |
+
]
|
| 11 |
+
}
|
| 12 |
+
}
|