Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ research artifacts under `data/`:
```bash
git clone https://github.com/google-deepmind/proeval.git
cd proeval
python -m pip install --upgrade pip
python -m pip install -e .
```

Expand Down
3 changes: 2 additions & 1 deletion proeval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ need:
```bash
git clone https://github.com/google-deepmind/proeval.git
cd proeval
python -m pip install --upgrade pip
python -m pip install -e .
python -m pip install -e ".[encoder]" # BQEncoderSampler and encoder training
python -m pip install -e ".[topics]" # TopicAwareGenerator
Expand Down Expand Up @@ -735,7 +736,7 @@ python -m experiment.exp_performance_estimation \

| Variable | Description |
| -------------------- | ------------------------------------------------------------------------- |
| `OPENROUTER_API_KEY` | Required for `LLMPredictor`, `TopicAwareGenerator`, and embedding metrics |
| `OPENROUTER_API_KEY` | Default credential for OpenRouter-backed evaluation, generation, and metrics; not needed when `LLMPredictor` receives a custom client |

## Available Data Files

Expand Down