Instructions to use hf-internal-testing/tiny-random-ImageGPTForCausalImageModeling with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-ImageGPTForCausalImageModeling with Transformers:
# Load model directly from transformers import AutoImageProcessor, ImageGPTForCausalImageModeling processor = AutoImageProcessor.from_pretrained("hf-internal-testing/tiny-random-ImageGPTForCausalImageModeling") model = ImageGPTForCausalImageModeling.from_pretrained("hf-internal-testing/tiny-random-ImageGPTForCausalImageModeling") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by Narsil - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04b18826a0adf3ea278e40205e76557f93a7c7f31da2d754850d52d792361b29
|
| 3 |
+
size 5645886
|