Skip to content

Commit

Permalink
review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ariG23498 committed Jan 21, 2025
1 parent 58825cc commit c639dc7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/source/en/model_doc/timm_wrapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,13 @@ 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:
- [Example Notebook](https://github.com/ariG23498/timm-wrapper-examples)
## 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.
Expand Down

0 comments on commit c639dc7

Please sign in to comment.