From 98acb549dfa43b95729933943c5b1270558d6f31 Mon Sep 17 00:00:00 2001 From: David Berenstein Date: Tue, 27 Aug 2024 09:28:33 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Paco Aranda --- argilla/docs/how_to_guides/migrate_from_legacy_datasets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argilla/docs/how_to_guides/migrate_from_legacy_datasets.md b/argilla/docs/how_to_guides/migrate_from_legacy_datasets.md index d63c0c469d..652e323662 100644 --- a/argilla/docs/how_to_guides/migrate_from_legacy_datasets.md +++ b/argilla/docs/how_to_guides/migrate_from_legacy_datasets.md @@ -3,7 +3,7 @@ This guide will help you migrate task to Argilla V2. These do not include the `FeedbackDataset` which is just an interim naming convention for the latest extensible dataset. Task specific datasets are datasets that are used for a specific task, such as text classification, token classification, etc. If you would like to learn about the backstory of SDK this migration, please refer to the [SDK migration blog post](https://argilla.io/blog/introducing-argilla-new-sdk/). Additionally, we will provide guidance on how to maintain your your `User`'s and `Workspace`'s within the new Argilla V2 format. !!! note - Legacy dataseets include: `DatasetForTextClassification`, `DatasetForTokenClassification`, and `DatasetForText2Text`. + Legacy datasets include: `DatasetForTextClassification`, `DatasetForTokenClassification`, and `DatasetForText2Text`. `FeedbackDataset`'s do not need to be migrated as they are already in the Argilla V2 format.