diff --git a/docs/source/quickstart.mdx b/docs/source/quickstart.mdx index f20abb8fd97..46167968909 100644 --- a/docs/source/quickstart.mdx +++ b/docs/source/quickstart.mdx @@ -6,15 +6,15 @@ Each dataset is unique, and depending on the task, some datasets may require add
-
Audio

Resample an audio dataset and get it ready for a model to classify what type of banking issue a speaker is calling about.

-
Vision

Apply data augmentation to an image dataset and get it ready for a model to diagnose disease in bean plants.

-
NLP

Tokenize a dataset and get it ready for a model to determine whether a pair of sentences have the same meaning.

@@ -282,4 +282,4 @@ Use the [`~Dataset.to_tf_dataset`] function to set the dataset format to be comp This completes the 🤗 Datasets quickstart! You can load any text, audio, or image dataset with a single function and get it ready for your model to train on. -For your next steps, take a look at our [How-to guides](./how_to) and learn how to do more specific things like loading different dataset formats, aligning labels, and streaming large datasets. If you're interested in learning more about 🤗 Datasets core concepts, grab a cup of coffee and read our [Conceptual Guides](./about_arrow)! \ No newline at end of file +For your next steps, take a look at our [How-to guides](./how_to) and learn how to do more specific things like loading different dataset formats, aligning labels, and streaming large datasets. If you're interested in learning more about 🤗 Datasets core concepts, grab a cup of coffee and read our [Conceptual Guides](./about_arrow)!