oodeh's picture
Create card.json
6091ca3 verified
raw
history blame contribute delete
532 Bytes
{
"name": "ODS-CI Mistral r64 a16 epoch 19",
"base_model": "unsloth/mistral-7b-instruct-v0.3-bnb-4bit",
"context_length": 8192,
"model_type": "finetuned",
"finetune_steps": [
{
"base_model": "mistral-7b-instruct-v0.3-bnb-4bit",
"step": 1,
"data": "RHOAI_dataset.json",
"epochs": 19,
"batch_size": 8,
"dataset_size": 6350,
"num_tests": 127
}
],
"project": "ODS-CI",
"prompt_template": {
"user_tag":"[INST]",
"end_tag": "[/INST]",
"assistant_tag": ""
}
}