NewBreaker commited on
Commit
ee7aadd
·
1 Parent(s): bf27af6
Files changed (1) hide show
  1. config.json +19 -28
config.json CHANGED
@@ -1,33 +1,24 @@
1
  {
2
-
3
- "_name_or_path": "NewBreaker/chatglm-6b-int4",
4
  "architectures": [
5
  "RobertaForQuestionAnswering"
6
  ],
7
-
8
- "auto_map": {
9
- "AutoConfig": "configuration_chatglm.ChatGLMConfig",
10
- "AutoModel": "modeling_chatglm.ChatGLMForConditionalGeneration",
11
- "AutoModelForSeq2SeqLM": "modeling_chatglm.ChatGLMForConditionalGeneration"
12
- },
13
- "bos_token_id": 130004,
14
- "eos_token_id": 130005,
15
- "mask_token_id": 130000,
16
- "gmask_token_id": 130001,
17
- "pad_token_id": 3,
18
- "hidden_size": 4096,
19
- "inner_hidden_size": 16384,
20
- "layernorm_epsilon": 1e-05,
21
- "max_sequence_length": 2048,
22
- "model_type": "chatglm",
23
- "num_attention_heads": 32,
24
- "num_layers": 28,
25
- "position_encoding_2d": true,
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
  }
33
-
 
1
  {
 
 
2
  "architectures": [
3
  "RobertaForQuestionAnswering"
4
  ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "eos_token_id": 2,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "language": "english",
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "roberta",
18
+ "name": "Roberta",
19
+ "num_attention_heads": 12,
20
+ "num_hidden_layers": 12,
21
+ "pad_token_id": 1,
22
+ "type_vocab_size": 1,
23
+ "vocab_size": 50265
 
 
 
 
 
 
24
  }