File size: 568 Bytes
39de480
44b008b
23257c7
dfb1f95
864b220
99f2e6a
dfb1f95
 
99f2e6a
55f9dc8
99f2e6a
 
23257c7
 
99f2e6a
39de480
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"

}