|
{
|
|
"model": {
|
|
"bos_token_id": 1,
|
|
"context_length": 8192,
|
|
"decoder": {
|
|
"session_options": {
|
|
"log_id": "onnxruntime-genai",
|
|
"custom_ops_library": "//path//to//onnx_custom_ops.dll",
|
|
"external_data_file": "chatglm3_v4_npu_jit.pb.bin",
|
|
"custom_allocator": "shared_d3d_xrt",
|
|
"provider_options": []
|
|
},
|
|
"filename": "chatglm3_v4_npu_jit.onnx",
|
|
"head_size": 128,
|
|
"hidden_size": 4096,
|
|
"inputs": {
|
|
"input_ids": "input_ids",
|
|
"attention_mask": "attention_mask",
|
|
"past_key_names": "past_key_values.%d.key",
|
|
"past_value_names": "past_key_values.%d.value"
|
|
},
|
|
"outputs": {
|
|
"logits": "logits",
|
|
"present_key_names": "present.%d.key",
|
|
"present_value_names": "present.%d.value"
|
|
},
|
|
"num_attention_heads": 32,
|
|
"num_hidden_layers": 28,
|
|
"num_key_value_heads": 2
|
|
},
|
|
"eos_token_id": 2,
|
|
"pad_token_id": 0,
|
|
"type": "chatglm",
|
|
"vocab_size": 65024
|
|
},
|
|
"search": {
|
|
"diversity_penalty": 0.0,
|
|
"do_sample": false,
|
|
"early_stopping": true,
|
|
"length_penalty": 1.0,
|
|
"max_length": 8192,
|
|
"min_length": 0,
|
|
"no_repeat_ngram_size": 0,
|
|
"num_beams": 1,
|
|
"num_return_sequences": 1,
|
|
"past_present_share_buffer": true,
|
|
"repetition_penalty": 1.0,
|
|
"temperature": 1.0,
|
|
"top_k": 1,
|
|
"top_p": 1.0
|
|
}
|
|
} |