| default_ensemble | R Documentation |
Returns the four-LLM mean ensemble reported as the universal
ranker in Spillias et al. (2026), with three replicates per LLM. This
is the ensemble rank_records() uses when ensemble is not supplied.
default_ensemble(
backend = backend_ollama(),
replicates = .DEFAULT_REPLICATES,
temperature = .DEFAULT_TEMPERATURE
)
backend |
A backend object (default: |
replicates |
Integer >= 1. Defaults to three. |
temperature |
Sampling temperature. Defaults to 0.7 (per the paper). |
A screenllm_ensemble object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.