FocalLoRA, Should-It-Be-Executed-Or-Processed, and topicattack were nested git repos (with an inner FocalLoRA/data/FocalLoRA/.git as well). Drop their .git history and track the contents directly in this repo instead of as submodules/gitlinks. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
30 lines
773 B
JSON
30 lines
773 B
JSON
{
|
|
"train_input_path": "../datasets/validation_dataset.json",
|
|
"eval_input_path": "./datasets/SEP_dataset.json",
|
|
"prompt_templates_path": "./model_eval/prompt_templates.json",
|
|
"output_base_path": "./model_eval/model_outputs/",
|
|
"checkpoints_path": "../finetune/checkpoints/",
|
|
"models": [
|
|
"google/gemma-1.1-2b-it",
|
|
"google/gemma-1.1-7b-it",
|
|
"meta-llama/Meta-Llama-3-8B-Instruct",
|
|
"NousResearch/Llama-2-7b-chat-hf",
|
|
"Nexusflow/Starling-LM-7B-beta",
|
|
"microsoft/Phi-3-mini-4k-instruct",
|
|
"HuggingFaceH4/zephyr-7b-beta",
|
|
"gpt-3.5-turbo-0125",
|
|
"gpt-4-turbo-2024-04-09"
|
|
],
|
|
"model_types": [
|
|
"gemma2b",
|
|
"gemma7b",
|
|
"llama-3-8b",
|
|
"llama-2-7b",
|
|
"starling",
|
|
"phi-3",
|
|
"zephyr",
|
|
"gpt-3.5",
|
|
"gpt-4"
|
|
]
|
|
}
|