fix(yml): update llama-3 config (#1543) [skip ci]

This commit is contained in:
NanoCode012
2024-04-19 20:44:46 +09:00
committed by GitHub
parent 59ef25470c
commit 0e8f340945

View File

@@ -1,6 +1,6 @@
base_model: NousResearch/Llama-2-7b-hf
base_model: meta-llama/Meta-Llama-3-8B
model_type: LlamaForCausalLM
tokenizer_type: LlamaTokenizer
tokenizer_type: AutoTokenizer
load_in_8bit: true
load_in_4bit: false
@@ -64,3 +64,4 @@ weight_decay: 0.0
fsdp:
fsdp_config:
special_tokens:
pad_token: <|end_of_text|>