-
Notifications
You must be signed in to change notification settings - Fork 2
/
model_config.json
45 lines (44 loc) · 1013 Bytes
/
model_config.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
{
"gpt-3.5-turbo":{
"api": "openai"
},
"gpt-4-1106-preview":{
"api": "openai"
},
"codellama/CodeLlama-13b-Instruct-hf": {
"api": "huggingface"
},
"codellama/CodeLlama-13b-hf" : {
"api": "huggingface"
},
"Qwen/CodeQwen1.5-7B-Chat": {
"api": "huggingface_chat"
},
"Qwen/CodeQwen1.5-7B": {
"api": "huggingface_chat"
},
"deepseek-ai/deepseek-coder-6.7b-instruct" :{
"api": "huggingface"
},
"deepseek-ai/deepseek-coder-6.7b-base" : {
"api": "huggingface"
},
"meta-llama/Llama-2-13b-hf":{
"api": "huggingface"
},
"ise-uiuc/Magicoder-S-DS-6.7B": {
"api": "huggingface"
},
"mistralai/Mistral-7B-Instruct-v0.1": {
"api": "huggingface"
},
"bigcode/starcoder" : {
"api":"huggingface"
},
"bigcode/starcoder2-15b" : {
"api": "huggingface"
},
"WizardLM/WizardCoder-15B-V1.0": {
"api": "huggingface"
}
}