diff --git a/docs/source/en/model_doc/timm_wrapper.md b/docs/source/en/model_doc/timm_wrapper.md index 5af3d51746c3..467f2addf963 100644 --- a/docs/source/en/model_doc/timm_wrapper.md +++ b/docs/source/en/model_doc/timm_wrapper.md @@ -47,6 +47,17 @@ Helper class to enable loading timm models to be used with the transformers libr >>> top5_probabilities, top5_class_indices = torch.topk(logits.softmax(dim=1) * 100, k=5) ``` +## Resources: + +A list of official Hugging Face and community (indicated by 🌎) resources to help you get started with TimmWrapper. + + + +- [Collection of Example Notebook](https://github.com/ariG23498/timm-wrapper-examples) 🌎 + +> [!TIP] +> For a more detailed overview please read the [official blog post](https://huggingface.co/blog/timm-transformers) on the timm integration. + ## TimmWrapperConfig [[autodoc]] TimmWrapperConfig