Skip to content

Commit

Permalink
LLM Comparator: Add repository field to package.json
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 647282828
  • Loading branch information
RyanMullins committed Jun 27, 2024
1 parent 130133a commit 76c7ea3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "llm_comparator",
"name": "llm-comparator",
"version": "1.0.0",
"description": "Side-by-side comparisons of LLM performance",
"repository": "github:PAIR-code/llm-comparator",
"main": "client/index.ts",
"scripts": {
"build": "node build.mjs",
Expand Down
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ generate the clustered summary of rationale bullets.

The primary configuration is the `num_clusters=` parameter, which can be
configured per-comparative evaluation run via the `clusterer_opts=` dictionary
passed to `llm_comparator.comparison.run()`. By default, a clusterer creates 10
passed to `llm_comparator.comparison.run()`. By default, a clusterer creates 8
clusters from the bullets.

## Basic Usage
Expand Down

0 comments on commit 76c7ea3

Please sign in to comment.