File size: 542 Bytes
39de480
 
23257c7
dfb1f95
39de480
dfb1f95
 
39de480
23257c7
 
2bb1521
39de480
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"

}