Skip to main content
Open on GitHub

Argilla

Argilla is an open-source data curation platform for LLMs. Using Argilla, everyone can build robust language models through faster data curation using both human and machine feedback. Argilla provides support for each step in the MLOps cycle, from data labeling to model monitoring.

安装与设置

获取您的 API 密钥

安装 Python 包:

pip install argilla

回调

from langchain.callbacks import ArgillaCallbackHandler

查看一个示例