Instructions to use unum-cloud/uform-vl-multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use unum-cloud/uform-vl-multilingual with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("unum-cloud/uform-vl-multilingual", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update torch_config.json
Browse files- torch_config.json +1 -1
torch_config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"dim": 384,
|
| 5 |
"context_dim": 768,
|
| 6 |
"vocab_size": 250037,
|
| 7 |
-
"padding_idx":
|
| 8 |
"num_layers": 12,
|
| 9 |
"num_heads": 12,
|
| 10 |
"embedding_dim": 256,
|
|
|
|
| 4 |
"dim": 384,
|
| 5 |
"context_dim": 768,
|
| 6 |
"vocab_size": 250037,
|
| 7 |
+
"padding_idx": 1,
|
| 8 |
"num_layers": 12,
|
| 9 |
"num_heads": 12,
|
| 10 |
"embedding_dim": 256,
|