Skip to content

Commit c2a3013

Browse files
author
Jay Zhang
authored
Merge pull request #337 from cleanlab/tlm_custom_eval_docs
TLM update custom eval parameter doc
2 parents 3c095db + 3a19573 commit c2a3013

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cleanlab_studio/studio/trustworthy_language_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,7 @@ class TLMOptions(TypedDict):
787787
The expected input format is a list of dictionaries, where each dictionary has the following keys:
788788
- name: name of the evaluation criteria
789789
- criteria: the instruction for the evaluation criteria
790+
Currently, only one custom evaluation criteria at a time is supported.
790791
"""
791792

792793
model: NotRequired[str]

cleanlab_studio/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Note to developers:
22
# Consider if backend's MIN_CLI_VERSION needs updating when pushing any changes to this file.
33

4-
__version__ = "2.5.7"
4+
__version__ = "2.5.8"
55

66
SCHEMA_VERSION = "0.2.0"
77
MIN_SCHEMA_VERSION = "0.1.0"

0 commit comments

Comments
 (0)