Tutorials#
Whether youโre a beginner or an experienced user, these tutorials will walk you through our features and functionalities making it easy for you to understand and implement them.
Feedback Dataset
Note
The dataset class covered in this section is the FeedbackDataset
. This fully configurable dataset will replace the DatasetForTextClassification
, DatasetForTokenClassification
, and DatasetForText2Text
in Argilla 2.0. Not sure which dataset to use? Check out our section on choosing a dataset.
Beginner
Are you new to Argilla and do you want to walk through low-key notebooks to reproduce specific features, these tutorials are perfect for you. They can be followed step by step but you can also work through individual examples with an Argilla-compatible dataset we have already prepared for you and which can be downloaded from the Hugging Face hub.
Advanced
Here you can find more advanced applied examples to help you get started with curating datasets and collecting feedback to fine-tune LLMs and other language models.
Other datasets
Note
The records classes covered in this section correspond to three datasets: DatasetForTextClassification
, DatasetForTokenClassification
, and DatasetForText2Text
. These will be deprecated in Argilla 2.0 and replaced by the fully configurable FeedbackDataset
class. Not sure which dataset to use? Check out our section on choosing a dataset.
Looking for more tutorials? Check out our notebooks folder!