patent_embedding / run_config.json
TMSDMAP's picture
Upload folder using huggingface_hub
e21be3b verified
raw
history blame contribute delete
727 Bytes
{
"created_at": "2026-04-06 23:12:30",
"db_path": "/home/ljh/data1/patent/patent.sqlite",
"table": "patents",
"model_path": "/home/ljh/data1/output_backup/Qwen3_10W/v14-20260331-153258_independent_20260401-190135/checkpoint-700",
"output_root": "/home/ljh/data1/patent/embedding_exports",
"run_tag": "patent_embedding_full_4gpu_20260406",
"gpu_list": "4,5,6,7",
"fallback_gpu_list": "0,1",
"shard_count": 4,
"id_min": 1,
"id_max": 19039594,
"valid_count": 17350240,
"batch_size": 512,
"min_batch_size": 128,
"max_length": 768,
"sql_fetch_batch": 131072,
"flush_rows": 32768,
"retry_sleep_seconds": 20,
"max_retries": 0,
"attn_impl": "auto",
"detach": 0,
"storage_dtype": "float16"
}