SahasraK commited on
Commit
b1f7d20
·
verified ·
1 Parent(s): 7e3aae2

Delete .env.example

Browse files
Files changed (1) hide show
  1. .env.example +0 -57
.env.example DELETED
@@ -1,57 +0,0 @@
1
- # ----------------------------------------------------------
2
-
3
- # Model being tested
4
-
5
- # ----------------------------------------------------------
6
-
7
- TEST_PROVIDER=openai
8
- TEST_API_KEY=sk-... #put `dummy` here if local
9
- TEST_BASE_URL=
10
- TEST_MODEL=gpt-5
11
-
12
- # ----------------------------------------------------------
13
-
14
- # Grading/Judge Model
15
-
16
- # ----------------------------------------------------------
17
-
18
- JUDGE_PROVIDER=openai
19
- JUDGE_API_KEY=sk-...
20
- JUDGE_BASE_URL=
21
- JUDGE_MODEL=gpt-5-nano
22
-
23
- # ----------------------------------------------------------
24
-
25
- # Dataset
26
-
27
- # ----------------------------------------------------------
28
-
29
- HF_DATASET=SahasraK/LADBench
30
- HF_SPLIT=train
31
-
32
- # ----------------------------------------------------------
33
-
34
- # Output Details
35
-
36
- # ----------------------------------------------------------
37
-
38
- OUTPUT_FILE=results.xlsx
39
-
40
- # ==========================================================
41
- # EXECUTION MODE
42
- # ==========================================================
43
-
44
- MODE=benchmark
45
- # benchmark -> entire dataset
46
- # test -> single image
47
-
48
- DEBUG=false
49
- # true -> outputs debug logs to terminal
50
- # false -> only necessary information about progress outputted to terminal
51
-
52
- # ==========================================================
53
- # TEST MODE SETTINGS
54
- # ==========================================================
55
-
56
- TEST_IMAGE_PATH= #provide path to example image
57
- TEST_LABEL= #replace with string for example image ground truth label