model_150k_4bit / card.json
oodeh's picture
Create card.json
57b1fe5 verified
raw
history blame contribute delete
578 Bytes
{
"name": "NCS24-150K-epoch1",
"base_model": "meta-llama-3-8B-Instruct-4bit",
"context_length": 8192,
"model_type": "finetuned",
"finetune_steps": [
{
"base_model": "meta-llama-3-8B-Instruct-4bit",
"step": 1,
"data": "NCS-TESTS-24",
"epochs": 1,
"batch_size": 8,
"dataset_size": 150000,
"num_tests": "412"
}
],
"project": "NCS",
"prompt_template": {
"user_tag":"<|start_header_id|>user<|end_header_id|>",
"end_tag": "<|eot_id|>",
"assistant_tag": "<|start_header_id|>assistant<|end_header_id|>"
}
}