-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathllms.json
58 lines (58 loc) · 1.17 KB
/
llms.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"Llama-2-7b-hf": {
"hf_name": "meta-llama",
"model_type": "base"
},
"Llama-2-7b-chat-hf": {
"hf_name": "meta-llama",
"model_type": "instruct"
},
"Llama-2-13b-hf": {
"hf_name": "meta-llama",
"model_type": "base"
},
"Llama-2-13b-chat-hf": {
"hf_name": "meta-llama",
"model_type": "instruct"
},
"Llama-2-70b-hf": {
"hf_name": "meta-llama",
"model_type": "base"
},
"Llama-2-70b-chat-hf": {
"hf_name": "meta-llama",
"model_type": "instruct"
},
"Llama-2-7B-Chat-GPTQ": {
"hf_name": "TheBloke",
"model_type": "instruct"
},
"Llama-2-13B-Chat-GPTQ": {
"hf_name": "TheBloke",
"model_type": "instruct"
},
"Llama-2-70B-Chat-GPTQ": {
"hf_name": "TheBloke",
"model_type": "instruct"
},
"Mistral-7B-Instruct-v0.1": {
"hf_name": "mistralai",
"model_type": "instruct"
},
"Mistral-7B-Instruct-v0.1-GPTQ": {
"hf_name": "TheBloke",
"model_type": "instruct"
},
"gpt-3.5-turbo-0613": {
"hf_name": "",
"model_type": "instruct"
},
"gpt-4": {
"hf_name": "",
"model_type": "instruct"
},
"gpt-4-0125-preview": {
"hf_name": "",
"model_type": "instruct"
}
}