-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 868 Bytes
/
config.json
File metadata and controls
35 lines (35 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"dataset": {
"a": "youtube",
"b": "sms",
"c": "imdb",
"d": "yelp",
"e": "agnews",
"f": "medabs",
"g": "cancer",
"h": "reddit",
"i": "french",
"j": "finance"
},
"mode": {
"a": "ScriptoriumWS",
"b": "Alchemist-without-RAG",
"c": "Alchemist-with-RAG"
},
"llm": {
"a": "gpt-3.5-turbo",
"b": "gpt-4",
"c": "claude-2.1",
"d": "claude-3-sonnet-20240229"
},
"codellm": {
"a": "gpt-3.5-turbo",
"b": "gpt-4",
"c": "claude-2.1",
"d": "claude-3-sonnet-20240229"
},
"LF_saved_dir": "/hdd1/Alchemist_Data",
"exp_result_saved_path": "exp_log",
"rag_embedding_model": "sentence-transformers/all-mpnet-base-v2",
"rag_external_knowledge_base": "external_knowledge"
}