Instructions to use Mizukiluke/mplug_owl_2_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mizukiluke/mplug_owl_2_1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Mizukiluke/mplug_owl_2_1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 175 Bytes
6da9385 | 1 2 3 4 5 6 7 8 9 10 11 | {
"model_max_length": 8192,
"tokenizer_class": "QWenTokenizer",
"auto_map": {
"AutoTokenizer": [
"tokenization_qwen.QWenTokenizer",
null
]
}
}
|