Instructions to use google/tapnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/tapnet with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("google/tapnet", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add model card
#1
by nielsr HF Staff - opened
This PR adds a basic model card.
Thanks for the work! This repo actually contains a few tap models including tapir, boostapir and tapnext. But looks great as a starting point.
yangyi02 changed pull request status to merged