Skip to content

Commit

Permalink
For LLaMa-2 updates, default llama to llama2
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Jul 28, 2023
1 parent 316b00c commit a51576c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/prompter.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"wizard_mega": ['openaccess-ai-collective/wizard-mega-13b'],
"instruct_simple": ['JosephusCheung/Guanaco'],
"wizard_vicuna": ['ehartford/Wizard-Vicuna-13B-Uncensored'],
"wizard2": ['llama'],
# "wizard2": [],
"mptinstruct": ['mosaicml/mpt-30b-instruct', 'mosaicml/mpt-7b-instruct', 'mosaicml/mpt-30b-instruct'],
"mptchat": ['mosaicml/mpt-7b-chat', 'mosaicml/mpt-30b-chat', 'TheBloke/mpt-30B-chat-GGML'],
"vicuna11": ['lmsys/vicuna-33b-v1.3'],
Expand All @@ -83,6 +83,7 @@
'meta-llama/Llama-2-13b-chat-hf',
'meta-llama/Llama-2-34b-chat-hf',
'meta-llama/Llama-2-70b-chat-hf',
'llama',
],
# could be plain, but default is correct prompt_type for default TheBloke model ggml-wizardLM-7B.q4_2.bin
}
Expand Down

0 comments on commit a51576c

Please sign in to comment.