Instructions to use codeslord/ministral-14b-web-agent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use codeslord/ministral-14b-web-agent with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("codeslord/ministral-14b-web-agent", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
File size: 206 Bytes
a57c2b3 | 1 2 3 4 5 6 7 8 9 | {
"image_break_token": "[IMG_BREAK]",
"image_end_token": "[IMG_END]",
"image_token": "[IMG]",
"patch_size": 14,
"processor_class": "_Unsloth_Patched_PixtralProcessor",
"spatial_merge_size": 2
}
|