From 76c7ea3e645f5956c0859dc5fbb28356e232935e Mon Sep 17 00:00:00 2001 From: Ryan Mullins Date: Thu, 27 Jun 2024 12:36:05 +0000 Subject: [PATCH] LLM Comparator: Add repository field to package.json PiperOrigin-RevId: 647282828 --- package.json | 3 ++- python/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 895024b..ce636d4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/python/README.md b/python/README.md index 6a595ba..da958c4 100644 --- a/python/README.md +++ b/python/README.md @@ -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