From 4fecbfe5e1cb8649d1c8cf741aec897a8677389c Mon Sep 17 00:00:00 2001 From: mhenrichsen Date: Sun, 24 Sep 2023 18:52:53 +0200 Subject: [PATCH] default model changed --- examples/llama-2/lora.yml | 4 ++-- examples/llama-2/qlora.yml | 4 ++-- examples/llama-2/relora.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/llama-2/lora.yml b/examples/llama-2/lora.yml index 4fdcb04092..3134648fdb 100644 --- a/examples/llama-2/lora.yml +++ b/examples/llama-2/lora.yml @@ -1,5 +1,5 @@ -base_model: meta-llama/Llama-2-7b-hf -base_model_config: meta-llama/Llama-2-7b-hf +base_model: NousResearch/Llama-2-7b-hf +base_model_config: NousResearch/Llama-2-7b-hf model_type: LlamaForCausalLM tokenizer_type: LlamaTokenizer is_llama_derived_model: true diff --git a/examples/llama-2/qlora.yml b/examples/llama-2/qlora.yml index ef20d9fbe3..54255320cc 100644 --- a/examples/llama-2/qlora.yml +++ b/examples/llama-2/qlora.yml @@ -1,5 +1,5 @@ -base_model: meta-llama/Llama-2-7b-hf -base_model_config: meta-llama/Llama-2-7b-hf +base_model: NousResearch/Llama-2-7b-hf +base_model_config: NousResearch/Llama-2-7b-hf model_type: LlamaForCausalLM tokenizer_type: LlamaTokenizer is_llama_derived_model: true diff --git a/examples/llama-2/relora.yml b/examples/llama-2/relora.yml index b59a7da04c..2b1fad55d8 100644 --- a/examples/llama-2/relora.yml +++ b/examples/llama-2/relora.yml @@ -1,5 +1,5 @@ -base_model: meta-llama/Llama-2-7b-hf -base_model_config: meta-llama/Llama-2-7b-hf +base_model: NousResearch/Llama-2-7b-hf +base_model_config: NousResearch/Llama-2-7b-hf model_type: LlamaForCausalLM tokenizer_type: LlamaTokenizer is_llama_derived_model: true