Skip to main content
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
  1. Explore Argilla's Features
    Visit the Argilla website to explore its key features, including annotation interfaces, feedback collection tools, and RLHF data preparation capabilities.
  2. Review Documentation
    Read the official documentation to understand Argilla's architecture and available tools.
  3. Install Argilla
    Install Argilla using pip. This command will install the necessary packages to run Argilla.
  4. Start Argilla
    Start the Argilla server using the command line interface.
  5. Access Argilla UI
    Open 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
Argilla — Action Pack