You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contributions of new extractor results are welcome — open a PR!
122
122
@@ -194,13 +194,23 @@ cp .env.example .env
194
194
# Edit .env and set LLM_BASE_URL, LLM_API_KEY, LLM_MODEL
195
195
```
196
196
197
+
When constructing an evaluator manually, pass the same LLM settings to both `llm_config` and `metric_config`; `llm_config` validates the API, while `metric_config` enables LLM-enhanced metric splitting.
198
+
197
199
#### Run an Evaluation
198
200
199
201
```python
202
+
import os
200
203
from webmainbench import DataLoader, Evaluator, ExtractorFactory
0 commit comments