vld-enhanced-qwen2.5-14Bmodel / hle_benchmark_config.json
hiroshij's picture
VLD Enhanced Model - 2025-07-20 07:16:18
b3e1c86 verified
raw
history blame contribute delete
684 Bytes
{
"model_name": "your-username/vld-enhanced-Qwen2.5-14B-Instruct",
"model_type": "vld_enhanced",
"inference_method": "vld_generate",
"parameters": {
"repeat_factor": 2,
"temperature": [
0.7,
1.0
],
"max_tokens": 100
},
"evaluation_settings": {
"use_vld": true,
"baseline_comparison": true,
"metrics": [
"accuracy",
"reasoning_depth",
"consistency"
]
},
"usage_instructions": {
"import": "from vld_inference import VLDInferenceModel",
"load": "model = VLDInferenceModel('your-username/vld-enhanced-Qwen2.5-14B-Instruct')",
"inference": "result = model.generate_vld(prompt, max_tokens=100)"
}
}