File size: 1,189 Bytes
bae2c7c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
{
"_name_or_path": "/home/s9dazhuu/outputs/exp_outputs/law_qa/official_glm_10b_chinese_80GB/checkpoint-5400",
"architectures": [
"GLMForConditionalGeneration"
],
"attention_dropout_prob": 0.1,
"attention_scale": 1.0,
"auto_map": {
"AutoConfig": "THUDM/glm-10b-chinese--configuration_glm.GLMConfig",
"AutoModel": "THUDM/glm-10b-chinese--modeling_glm.GLMModel",
"AutoModelForSeq2SeqLM": "THUDM/glm-10b-chinese--modeling_glm.GLMForConditionalGeneration",
"AutoModelForSequenceClassification": "THUDM/glm-10b-chinese--modeling_glm.GLMForSequenceClassification"
},
"bad_words_id": [
50009
],
"block_position_encoding": true,
"checkpoint_activations": false,
"checkpoint_num_layers": 1,
"embedding_dropout_prob": 0.1,
"hidden_size": 4096,
"initializer_range": 0.02,
"max_sequence_length": 1024,
"model_type": "glm",
"num_attention_heads": 64,
"num_layers": 48,
"output_dropout_prob": 0.1,
"output_predict": true,
"parallel_output": true,
"pool_token": "cls",
"relative_encoding": false,
"spell_func": "lstm",
"spell_length": null,
"torch_dtype": "float32",
"transformers_version": "4.29.2",
"vocab_size": 50048
}
|