-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
44 lines (33 loc) · 1.05 KB
/
config.ini
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
# Configuration File for Equator Vision Benchmarking
[ollama_evaluator_url]
URL = http://localhost:11434/api/chat
[ollama_evaluator_vision_url]
URL = http://localhost:11434/api/generate
[ollama_vision_student_docker_url]
URL = http://localhost:11435/api/chat
[ollama_student_docker_url]
URL = http://localhost:11435/api/chat
[BENCHMARK_NAME]
benchmark_name = Bernard
[rounds]
# Number of times each question will be posed to the models
answer_rounds = 2
[evaluator_models]
GROQ_EVALUATOR_MODEL = llama3-70b-8192
OLLAMA_EVALUATOR_MODEL = llama3.2
[vision]
# Enable or disable the Vision Database
VISION_DB = False
[parquet]
# Enable or disable Parquet storage
PARQUET = True
[keep_vector_db]
# Whether to keep the Vector Database after execution
KEEP_VECTOR_DB = False
[execution_steps]
# Steps to execute, separated by commas if multiple
EXECUTION_STEPS = ollama_to_ollama_evaluate
[student_models]
STUDENT_OPENROUTER_MODELS = nousresearch/hermes-3-llama-3.1-405b
STUDENT_GROQ_MODELS = deepseek-r1-distill-llama-70b
STUDENT_OLLAMA_MODELS = llama3.2