[Chameleon, Hiera] Improve docs (#32038)

* Improve docs

* Fix docs

* Fix code snippet
This commit is contained in:
NielsRogge
2024-07-19 10:20:03 +02:00
committed by GitHub
parent b873234cb6
commit 56a7745704
5 changed files with 25 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ print((last_hidden_states - traced_outputs[0]).abs().max())
## Resources
A list of official Hugging Face and community (indicated by 🌎) resources to help you get started with DPT.
A list of official Hugging Face and community (indicated by 🌎) resources to help you get started with DINOv2.
- Demo notebooks for DINOv2 can be found [here](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/DINOv2). 🌎