oodeh's picture
Update card.json
3812b15 verified
{
"name": "Eco-gotest-r32-a32-epoch-2",
"base_model": "meta-llama/Llama-3.2-3B-Instruct",
"context_length": 8192,
"model_type": "finetuned",
"finetune_steps": [
{
"base_model": "meta-llama/Llama-3.2-3B-Instruct",
"step": 1,
"data": "eco-gotest",
"epochs": 2,
"batch_size": 32,
"dataset_size": 337321,
"num_tests": ""
}
],
"project": "eco-gotests",
"prompt_template": {
"user_tag": "<|start_header_id|>user<|end_header_id|>",
"end_tag": "<|eot_id|>",
"assistant_tag": "<|start_header_id|>assistant<|end_header_id|>"
}
}