theekshana's picture
Merge branch 'main' of https://huggingface.co/spaces/theekshana/boardpac_chat_app_test
ed7f5c7
raw history blame
No virus
542 Bytes
MODELS={
"DEFAULT":"tiiuae/falcon-7b-instruct",
# "gpt4all":"gpt4all",
# "flan-t5-xxl":"google/flan-t5-xxl",
"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",
"openai gpt-3.5":"openai",
# "Deci/DeciLM-6b-instruct":"Deci/DeciLM-6b-instruct",
# "Deci/DeciLM-6b":"Deci/DeciLM-6b",
"local/LLAMA2":"local/LLAMA2",
}
DATASETS={
"DEFAULT":"chroma_txt",
"a":"A",
"b":"B",
"c":"C"
}