We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e2ce8 commit 2e1fac9Copy full SHA for 2e1fac9
lambench/metrics/visualization.py
@@ -98,7 +98,7 @@ def aggregate_domain_results():
98
for model in leaderboard_models:
99
domain_results = aggregate_domain_results_for_one_model(model)
100
stability = fetch_stability_results(model)
101
- domain_results["stability"] = stability
+ domain_results["Stability"] = stability
102
results[model.model_name] = domain_results
103
104
return results
0 commit comments