Transformers
Safetensors
ColPali
Generated from Trainer
https://ieeexplore.ieee.org/document/11157156
Instructions to use ingenio/IndoColSmol-256M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ingenio/IndoColSmol-256M with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ingenio/IndoColSmol-256M", dtype="auto") - ColPali
How to use ingenio/IndoColSmol-256M with ColPali:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Upload processor_config.json
Browse files- processor_config.json +4 -0
processor_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image_seq_len": 64,
|
| 3 |
+
"processor_class": "Idefics3Processor"
|
| 4 |
+
}
|