Instructions to use aho-tai/PixtralEncoderDecoder-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aho-tai/PixtralEncoderDecoder-v0 with Transformers:
# Load model directly from transformers import VisionPixtralEncoderDecoder model = VisionPixtralEncoderDecoder.from_pretrained("aho-tai/PixtralEncoderDecoder-v0", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -39,6 +39,7 @@
|
|
| 39 |
],
|
| 40 |
"attention_dropout": 0.0,
|
| 41 |
"auto_map": {
|
|
|
|
| 42 |
"AutoModel": "modeling.PixtralVisionModelBatch"
|
| 43 |
},
|
| 44 |
"head_dim": 64,
|
|
|
|
| 39 |
],
|
| 40 |
"attention_dropout": 0.0,
|
| 41 |
"auto_map": {
|
| 42 |
+
"AutoConfig": "configuration.PixtralVisionModelBatch",
|
| 43 |
"AutoModel": "modeling.PixtralVisionModelBatch"
|
| 44 |
},
|
| 45 |
"head_dim": 64,
|