Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 647417734
  • Loading branch information
minsukkahng committed Jun 27, 2024
1 parent e908254 commit e2873fa
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 44,037 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,14 @@ files for use with the LLM Comparator visualization. This package can create the
entire JSON file, including side-by-side LLM-based evaluation and rationale
clusters, given a set of input prompts to run and models to run them on. Or, if
a user already has prompts and an existing set of model outputs, it can perform
just the rationale clustering steps. For more details, see the
just the rationale clustering steps. You can simply run a notebook to create a
JSON file and see the results at
[basic_demo.ipynb](python/notebooks/basic_demo.ipynb).
For more details, see the
[Python library README](python/README.md).

![Quick demo of running Colab for running the Python library](documentation/images/llm_comparator_python_colab_demo.gif)


## JSON Data Format

Expand Down
Loading

0 comments on commit e2873fa

Please sign in to comment.