We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c095db + 3a19573 commit c2a3013Copy full SHA for c2a3013
cleanlab_studio/studio/trustworthy_language_model.py
@@ -787,6 +787,7 @@ class TLMOptions(TypedDict):
787
The expected input format is a list of dictionaries, where each dictionary has the following keys:
788
- name: name of the evaluation criteria
789
- criteria: the instruction for the evaluation criteria
790
+ Currently, only one custom evaluation criteria at a time is supported.
791
"""
792
793
model: NotRequired[str]
cleanlab_studio/version.py
@@ -1,7 +1,7 @@
1
# Note to developers:
2
# Consider if backend's MIN_CLI_VERSION needs updating when pushing any changes to this file.
3
4
-__version__ = "2.5.7"
+__version__ = "2.5.8"
5
6
SCHEMA_VERSION = "0.2.0"
7
MIN_SCHEMA_VERSION = "0.1.0"
0 commit comments