Instructions to use WIPI/train15 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WIPI/train15 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WIPI/train15", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "do_normalize": false, | |
| "do_pad": true, | |
| "do_rescale": true, | |
| "do_resize": true, | |
| "feature_extractor_type": "ImageFeatureExtractor", | |
| "pad_size": 1280, | |
| "resample": 2, | |
| "rescale_factor": 0.00392156862745098, | |
| "size": { | |
| "longest_edge": 1280 | |
| } | |
| } |