pooja-ganesh's picture
Upload 7 files
0e7d60f verified
{
"model": {
"bos_token_id": 151646,
"context_length": 4096,
"decoder": {
"session_options": {
"log_id": "onnxruntime-genai",
"custom_ops_library": "<path_to>\\onnx_custom_ops.dll",
"external_data_file": "Qwen2.5-Math-1.5B.pb.bin",
"custom_allocator": "shared_d3d_xrt",
"hybrid_opt_free_after_prefill": "0",
"hybrid_opt_gpu_jit": "0",
"provider_options": []
},
"filename": "Qwen2.5-Math-1.5B.onnx",
"head_size": 128,
"hidden_size": 1536,
"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": 12,
"num_hidden_layers": 28,
"num_key_value_heads": 2
},
"eos_token_id": 151643,
"pad_token_id": 151643,
"type": "qwen2",
"vocab_size": 151936
},
"search": {
"diversity_penalty": 0.0,
"do_sample": false,
"early_stopping": true,
"length_penalty": 1.0,
"max_length": 4096,
"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
}
}