theekshana's picture
default model switched to llama2 13b
44b008b
MODELS={
"DEFAULT":"anyscale/Llama-2-13b-chat-hf",
# "gpt4all":"gpt4all",
# "flan-t5-xxl":"google/flan-t5-xxl",
# "hf/falcon-7b-instruct":"tiiuae/falcon-7b-instruct",
"anyscale/Llama-2-13b":"anyscale/Llama-2-13b-chat-hf",
"anyscale/Llama-2-70b":"anyscale/Llama-2-70b-chat-hf",
# "local/Llama-2-13b":"local/LLAMA2",
"openai/gpt-3.5":"openai",
# "Deci/DeciLM-6b-instruct":"Deci/DeciLM-6b-instruct",
# "Deci/DeciLM-6b":"Deci/DeciLM-6b",
}
DATASETS={
"DEFAULT":"chroma_txt",
"a":"A",
"b":"B",
"c":"C"
}