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

@@ -91,7 +91,7 @@ exemplary purposes, we will call the PyTorch model to be added to 🤗 Transform
Let's take a look:
![image](../../docs/source/imgs/transformers_overview.png)
![image](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers_overview.png)
As you can see, we do make use of inheritance in 🤗 Transformers, but we
keep the level of abstraction to an absolute minimum. There are never

View File

@@ -73,7 +73,7 @@ exemplary purposes, we will call the PyTorch model to be added to 🤗 Transform
Let's take a look:
![image](../../../docs/source/imgs/transformers_overview.png)
![image](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers_overview.png)
As you can see, we do make use of inheritance in 🤗 Transformers, but we
keep the level of abstraction to an absolute minimum. There are never