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