[Doc] Adding blog post to model doc for TimmWrapper (#35744)
* 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>
This commit is contained in:
committed by
GitHub
parent
fd8d61fdb2
commit
edbabf6b82
@@ -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)
|
>>> 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
|
## TimmWrapperConfig
|
||||||
|
|
||||||
[[autodoc]] TimmWrapperConfig
|
[[autodoc]] TimmWrapperConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user