Article·argilla.io
data-curationfeedbackrlhfannotation
Argilla
Argilla is an open-source platform for AI data curation. It streamlines data annotation, feedback collection, and RLHF data preparation, enabling effective training and fine-tuning of language models.
beginner30 min5 steps
The play
- Explore Argilla's FeaturesVisit the Argilla website to explore its key features, including annotation interfaces, feedback collection tools, and RLHF data preparation capabilities.
- Review DocumentationRead the official documentation to understand Argilla's architecture and available tools.
- Install ArgillaInstall Argilla using pip. This command will install the necessary packages to run Argilla.
- Start ArgillaStart the Argilla server using the command line interface.
- Access Argilla UIOpen your web browser and navigate to the Argilla UI to start annotating and curating your data.
Starter code
pip install argilla argilla server start
Source