feat: add task sampler for instruction data

This commit is contained in:
熊兮
2025-06-29 22:35:27 +08:00
parent 444119e18b
commit 369c6c3b1a
2 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"job_type": "instruct_sample_api",
"dataset": {
"input_path": "instruct_input.json",
"output_path": "instruct_output.json"
},
"inference":{
"base_url": "ENDPOINT",
"api_key": "TOKEN",
"max_new_tokens": 8196
}
}