From f18db2a807ac9eea77fbf227c910c2f81e27e2f1 Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Tue, 27 Feb 2024 22:20:57 +0100 Subject: [PATCH] arrow files are supported (#1225) * arrow files are supported * Update docs/hub/datasets-adding.md Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com> --------- Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com> --- docs/hub/datasets-adding.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hub/datasets-adding.md b/docs/hub/datasets-adding.md index 9acd514d0..b56f5f340 100644 --- a/docs/hub/datasets-adding.md +++ b/docs/hub/datasets-adding.md @@ -81,6 +81,7 @@ The Hub natively supports multiple file formats: - CSV (.csv, .tsv) - JSON Lines, JSON (.jsonl, .json) - Parquet (.parquet) +- Arrow streaming format (.arrow) - Text (.txt) - Images (.png, .jpg, etc.) - Audio (.wav, .mp3, etc.)