mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
[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:
parent
fd8d61fdb2
commit
edbabf6b82
1 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue