mhenrichsen
commited on
Merge pull request #629 from OpenAccess-AI-Collective/chore/-change-default-model
Browse files- examples/llama-2/lora.yml +2 -2
- examples/llama-2/qlora.yml +2 -2
- examples/llama-2/relora.yml +2 -2
examples/llama-2/lora.yml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
base_model:
|
2 |
-
base_model_config:
|
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:
|
2 |
-
base_model_config:
|
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:
|
2 |
-
base_model_config:
|
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
|