-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevaluator_config.json
More file actions
52 lines (52 loc) · 1.38 KB
/
evaluator_config.json
File metadata and controls
52 lines (52 loc) · 1.38 KB
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
{
"base_urls": {
"Qwen/Qwen2-VL-7B-Instruct": [
"http://localhost:8000/v1"
],
"Qwen/Qwen2-VL-2B-Instruct": [
"http://localhost:8000/v1"
],
"llava-hf/llava-1.5-7b-hf": [
"http://localhost:8000/v1"
],
"llava-hf/llava-1.5-13b-hf": [
"http://localhost:8000/v1"
],
"microsoft/Phi-3.5-vision-instruct": [
"http://localhost:8000/v1"
],
"OpenGVLab/InternVL2-2B": [
"http://localhost:8000/v1"
],
"OpenGVLab/InternVL2-8B": [
"http://localhost:8000/v1"
],
"HuggingFaceTB/SmolVLM-Instruct": [
"http://localhost:8000/v1"
],
"HuggingFaceM4/Idefics3-8B-Llama3": [
"http://localhost:8000/v1"
],
"llava-hf/llava-v1.6-mistral-7b-hf": [
"http://localhost:8000/v1"
],
"mistralai/Pixtral-12B-2409": [
"http://localhost:8000/v1"
],
"meta-llama/Llama-3.2-11B-Vision": [
"http://localhost:8000/v1"
]
},
"metadata": {
"is_request": true,
"prompt_modes": [
"direct-classification",
"non-sarcastic-perspective",
"sarcastic-perspective",
"neutral-classification"
]
},
"api_keys": [
"sk-proj-x"
]
}