Fix Perceiver docs (#14879)

This commit is contained in:
NielsRogge
2021-12-22 14:18:03 +01:00
committed by GitHub
parent e37bc579fc
commit 7df4b90c76
2 changed files with 17 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ size of 262 byte IDs).
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/perceiver_architecture.jpg"
alt="drawing" width="600"/>
<small> Perceiver IO architecture. Taken from the [original paper](https://arxiv.org/abs/2105.15203) </small>
<small> Perceiver IO architecture. Taken from the <a href="https://arxiv.org/abs/2105.15203">original paper</a> </small>
This model was contributed by [nielsr](https://huggingface.co/nielsr). The original code can be found
[here](https://github.com/deepmind/deepmind-research/tree/master/perceiver).