mhenrichsen commited on
Commit
4fecbfe
·
1 Parent(s): 67b9888

default model changed

Browse files
examples/llama-2/lora.yml CHANGED
@@ -1,5 +1,5 @@
1
- base_model: meta-llama/Llama-2-7b-hf
2
- base_model_config: meta-llama/Llama-2-7b-hf
3
  model_type: LlamaForCausalLM
4
  tokenizer_type: LlamaTokenizer
5
  is_llama_derived_model: true
 
1
+ base_model: NousResearch/Llama-2-7b-hf
2
+ base_model_config: NousResearch/Llama-2-7b-hf
3
  model_type: LlamaForCausalLM
4
  tokenizer_type: LlamaTokenizer
5
  is_llama_derived_model: true
examples/llama-2/qlora.yml CHANGED
@@ -1,5 +1,5 @@
1
- base_model: meta-llama/Llama-2-7b-hf
2
- base_model_config: meta-llama/Llama-2-7b-hf
3
  model_type: LlamaForCausalLM
4
  tokenizer_type: LlamaTokenizer
5
  is_llama_derived_model: true
 
1
+ base_model: NousResearch/Llama-2-7b-hf
2
+ base_model_config: NousResearch/Llama-2-7b-hf
3
  model_type: LlamaForCausalLM
4
  tokenizer_type: LlamaTokenizer
5
  is_llama_derived_model: true
examples/llama-2/relora.yml CHANGED
@@ -1,5 +1,5 @@
1
- base_model: meta-llama/Llama-2-7b-hf
2
- base_model_config: meta-llama/Llama-2-7b-hf
3
  model_type: LlamaForCausalLM
4
  tokenizer_type: LlamaTokenizer
5
  is_llama_derived_model: true
 
1
+ base_model: NousResearch/Llama-2-7b-hf
2
+ base_model_config: NousResearch/Llama-2-7b-hf
3
  model_type: LlamaForCausalLM
4
  tokenizer_type: LlamaTokenizer
5
  is_llama_derived_model: true