paddleocr_vl_code_ocr / merge_config.json
snnh's picture
Upload PaddleOCR-VL code OCR v6 model
74b7ed2
Raw
History Blame Contribute Delete
1.03 kB
{
"base_model_path": "/home/aistudio/work/models/PaddlePaddle/PaddleOCR-VL-1.6",
"convert_from_hf": true,
"copy_file_list": [
"tokenizer.model",
"tokenizer_config.json",
"special_tokens_map.json",
"tokenizer.json",
"chat_template.jinja",
"chat_template.json",
"generation_config.json",
"vocab.json"
],
"epsilon": 0.14,
"lora_model_path": "/home/aistudio/work/paddleocr_vl16_v6_stepmatched_output",
"max_tensor_mem": 0.5,
"merge_method": "linear",
"merge_prefix": "model",
"merge_type": "linear",
"merge_with_qdq_base_model": false,
"model_path_list": null,
"model_path_str": null,
"n_process": 1,
"normalize": true,
"output_path": "/home/aistudio/work/paddleocr_vl16_v6_stepmatched_output/export",
"rescale": true,
"reserve_p": 0.7,
"save_to_hf": true,
"slerp_alpha": 0.5,
"slerp_dot_threshold": 0.9995,
"slerp_normalize_eps": 1e-08,
"sparsify_type": null,
"split_pieces": 8,
"tensor_type": "pd",
"ties_elect_type": "sum",
"weight_list": null
}