Skip to content

Commit

Permalink
[Doc] Adding blog post to model doc for TimmWrapper (#35744)
Browse files Browse the repository at this point in the history
* adding blog post to model doc

* Update docs/source/en/model_doc/timm_wrapper.md

Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>

* review suggestions

* review suggestions

---------

Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
  • Loading branch information
ariG23498 and stevhliu authored Jan 21, 2025
1 parent fd8d61f commit edbabf6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/en/model_doc/timm_wrapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<PipelineTag pipeline="image-classification"/>

- [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
Expand Down

0 comments on commit edbabf6

Please sign in to comment.