Instructions to use Alpha-VLLM/Lumina-mGPT-7B-768 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Alpha-VLLM/Lumina-mGPT-7B-768 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForSeq2SeqLM processor = AutoProcessor.from_pretrained("Alpha-VLLM/Lumina-mGPT-7B-768") model = AutoModelForSeq2SeqLM.from_pretrained("Alpha-VLLM/Lumina-mGPT-7B-768") - Notebooks
- Google Colab
- Kaggle
π© Report
#1
by superpig9090 - opened
This is not a T2T model.
The ratio of text-2-text data in the training stage of this model seems to be too low. For pure-text ability, Alpha-VLLM/Lumina-mGPT-7B-512 is a good choice.