30 lines
911 B
JSON

{
"agent_name": "铸渊Agent · ICE-GL-ZY001",
"hostname": "3090-GPU-SERVER",
"main_server": "https://guanghulab.com",
"api_key": "__FROM_KEY_DELIVERY__",
"reasoning_api_key": "__FROM_KEY_DELIVERY__",
"reasoning_api_base": "https://api.openai.com/v1",
"reasoning_model": "gpt-4o",
"poll_interval_seconds": 30,
"brain_repo": "https://guanghulab.com/bingshuo/guanghulab.git",
"brain_repo_path": "/data/guanghulab",
"brain_path": "/data/guanghulab/brain",
"training": {
"model_name": "Qwen/Qwen2.5-3B",
"output_dir": "/data/models/shuangyan-3b-hldp",
"corpus_dir": "/data/corpus/notion-hldp",
"lora_r": 16,
"lora_alpha": 32,
"learning_rate": 2e-4,
"batch_size": 2,
"gradient_accumulation": 4,
"max_seq_length": 2048,
"warmup_steps": 100,
"save_steps": 50,
"max_steps": 500,
"use_4bit": true,
"bnb_4bit_compute_dtype": "float16"
}
}