Skip to main content
Open on GitHub

Label Studio

Label Studio is an open-source data labeling platform that provides LangChain with flexibility when it comes to labeling data for fine-tuning large language models (LLMs). It also enables the preparation of custom training data and the collection and evaluation of responses through human feedback.

安装与设置

查看 Label Studio 安装指南 了解安装选项。

我们需要安装 label-studiolabel-studio-sdk-python Python 包:

pip install label-studio label-studio-sdk

回调

查看一个 使用示例

from langchain.callbacks import LabelStudioCallbackHandler