Skip to content

Commit

Permalink
Merge pull request #337 from cleanlab/tlm_custom_eval_docs
Browse files Browse the repository at this point in the history
TLM update custom eval parameter doc
  • Loading branch information
jas2600 authored Oct 30, 2024
2 parents 3c095db + 3a19573 commit c2a3013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cleanlab_studio/studio/trustworthy_language_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ class TLMOptions(TypedDict):
The expected input format is a list of dictionaries, where each dictionary has the following keys:
- name: name of the evaluation criteria
- criteria: the instruction for the evaluation criteria
Currently, only one custom evaluation criteria at a time is supported.
"""

model: NotRequired[str]
Expand Down
2 changes: 1 addition & 1 deletion cleanlab_studio/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Note to developers:
# Consider if backend's MIN_CLI_VERSION needs updating when pushing any changes to this file.

__version__ = "2.5.7"
__version__ = "2.5.8"

SCHEMA_VERSION = "0.2.0"
MIN_SCHEMA_VERSION = "0.1.0"
Expand Down

0 comments on commit c2a3013

Please sign in to comment.