From 4ba217889a930a4a9baba3767dc6d4de68f9e3aa Mon Sep 17 00:00:00 2001 From: Test User Date: Wed, 31 Jan 2024 13:41:45 +0000 Subject: [PATCH] dataset viewer requires no-script --- docs/source/audio_dataset.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/audio_dataset.mdx b/docs/source/audio_dataset.mdx index 519f25e23d0..cf0ac45c660 100644 --- a/docs/source/audio_dataset.mdx +++ b/docs/source/audio_dataset.mdx @@ -198,10 +198,8 @@ This directory structure allows your dataset to be loaded in one line: ``` This guide will show you how to create a dataset loading script for audio datasets, which is a bit different from creating a loading script for text datasets. -Audio datasets are commonly stored in `tar.gz` archives which requires a particular approach to support streaming mode. While streaming is not required, we highly encourage implementing streaming support in your audio dataset because: +Audio datasets are commonly stored in `tar.gz` archives which requires a particular approach to support streaming mode. While streaming is not required, we highly encourage implementing streaming support in your audio dataset because users without a lot of disk space can use your dataset without downloading it. Learn more about streaming in the [Stream](./stream) guide! -1. Users without a lot of disk space can use your dataset without downloading it. Learn more about streaming in the [Stream](./stream) guide! -2. Users can preview a dataset in the dataset viewer. Here is an example using TAR archives: