Removes images to put them in a dataset (#14781)

* First try

* Update instructions
This commit is contained in:
Lysandre Debut
2021-12-16 04:42:02 -05:00
committed by GitHub
parent 459677aebe
commit 8010fda9bf
38 changed files with 46 additions and 36 deletions

View File

@@ -277,7 +277,9 @@ Follow these steps to start contributing:
example.
7. Due to the rapidly growing repository, it is important to make sure that no files that would significantly weigh down the repository are added. This includes images, videos and other non-text files. We prefer to leverage a hf.co hosted `dataset` like
the ones hosted on [`hf-internal-testing`](https://huggingface.co/hf-internal-testing) in which to place these files and reference
them by URL.
them by URL. We recommend putting them in the following dataset: [huggingface/documentation-images](https://huggingface.co/datasets/huggingface/documentation-images).
If an external contribution, feel free to add the images to your PR and ask a Hugging Face member to migrate your images
to this dataset.
See more about the checks run on a pull request in our [PR guide](pr_checks)