Instructions to use openai/imagegpt-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openai/imagegpt-medium with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("openai/imagegpt-medium", dtype="auto") - Notebooks
- Google Colab
- Kaggle
ImageGPT was probably not trained on ImageNet-21K as mentioned in the description.
#2 opened about 1 year ago
by
pshishodia
Adding `safetensors` variant of this model
#1 opened about 2 years ago
by
SFconvertbot