File size: 387 Bytes
39de480
 
23257c7
39de480
 
 
23257c7
 
39de480
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
MODELS={
    "DEFAULT":"tiiuae/falcon-7b-instruct",
    # "gpt4all":"gpt4all",
    "flan-t5-xxl":"google/flan-t5-xxl",
    "falcon-7b-instruct":"tiiuae/falcon-7b-instruct",
    "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"

}