diff --git a/docs/source/en/guides/hf_file_system.md b/docs/source/en/guides/hf_file_system.md index a09dc87b0d..01b38c850c 100644 --- a/docs/source/en/guides/hf_file_system.md +++ b/docs/source/en/guides/hf_file_system.md @@ -45,6 +45,10 @@ The [`HfFileSystem`] can be used with any library that integrates `fsspec`, prov hf://[][@]/ ``` +
+ +
+ The `repo_type_prefix` is `datasets/` for datasets, `spaces/` for spaces, and models don't need a prefix in the URL. Some interesting integrations where [`HfFileSystem`] simplifies interacting with the Hub are listed below: