Instructions to use Team-PIXEL/pixel-tiny-bigrams with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Team-PIXEL/pixel-tiny-bigrams with Transformers:
# Load model directly from transformers import AutoModelForPreTraining model = AutoModelForPreTraining.from_pretrained("Team-PIXEL/pixel-tiny-bigrams", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "do_normalize": false, | |
| "do_resize": true, | |
| "feature_extractor_type": "ViTFeatureExtractor", | |
| "image_mean": [ | |
| 0.5, | |
| 0.5, | |
| 0.5 | |
| ], | |
| "image_std": [ | |
| 0.5, | |
| 0.5, | |
| 0.5 | |
| ], | |
| "resample": 2, | |
| "size": [ | |
| 16, | |
| 8464 | |
| ] | |
| } | |