File size: 688 Bytes
7e0c754 d7c3d9c 7e0c754 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"name": "oadp-operator-deepcode-r16-a16-epoch25",
"base_model": "Llama-3.2-3B-Instruct",
"context_length": 8192,
"model_type": "finetuned",
"finetune_steps": [
{
"base_model": "Llama-3.2-3B-Instruct",
"step": 2,
"data": "oodeh/oadp-deepcode-training",
"epochs": 25,
"batch_size": 32,
"dataset_size": 3150,
"num_tests": ""
}
],
"project": "oadp-operator",
"prompt_template": {
"user_tag": "<|start_header_id|>user<|end_header_id|>",
"end_tag": "<|eot_id|>",
"assistant_tag": "<|start_header_id|>assistant<|end_header_id|>"
}
}
|