Instructions to use giobin/IDEFICS_frozenlake_rocket_trained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use giobin/IDEFICS_frozenlake_rocket_trained with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
File size: 281 Bytes
da0729d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_num_channels": 3,
"image_processor_type": "IdeficsImageProcessor",
"image_size": 224,
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"processor_class": "IdeficsProcessor"
}
|