mhenrichsen commited on
Commit
f3d9390
·
unverified ·
2 Parent(s): cfbce02 4fecbfe

Merge pull request #629 from OpenAccess-AI-Collective/chore/-change-default-model

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