From 2380044a48009bc534a140a553ec1ccfaa20dd14 Mon Sep 17 00:00:00 2001 From: Ulyana Date: Wed, 17 Apr 2024 16:01:18 -0700 Subject: [PATCH] fix broken link --- cleanlab_studio/studio/studio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanlab_studio/studio/studio.py b/cleanlab_studio/studio/studio.py index 9a7531a0..68c23377 100644 --- a/cleanlab_studio/studio/studio.py +++ b/cleanlab_studio/studio/studio.py @@ -393,7 +393,7 @@ def TLM( ) -> trustworthy_language_model.TLM: """Instantiates a configured Trustworthy Language Model (TLM) instance. - The TLM object can be used as a drop-in replacement for an LLM, or, for estimating trustworthiness scores for arbitrary text prompt/response pairs, and more (see the [TLM documentation](../trustworthy_language_model#class-TLM)). + The TLM object can be used as a drop-in replacement for an LLM, or, for estimating trustworthiness scores for arbitrary text prompt/response pairs, and more (see the [TLM documentation](../trustworthy_language_model#class-tlm)). For advanced use, TLM offers configuration options. The documentation below summarizes these options, and more details are explained in the [TLM tutorial](/tutorials/tlm).