Instructions to use heesup/dinov2-small_448_Sideview_gpt2-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use heesup/dinov2-small_448_Sideview_gpt2-medium with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("heesup/dinov2-small_448_Sideview_gpt2-medium") model = AutoModel.from_pretrained("heesup/dinov2-small_448_Sideview_gpt2-medium") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!