Instructions to use ColorfulAI/M4-LongVA-7B-Qwen2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ColorfulAI/M4-LongVA-7B-Qwen2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("ColorfulAI/M4-LongVA-7B-Qwen2") model = AutoModelForCausalLM.from_pretrained("ColorfulAI/M4-LongVA-7B-Qwen2") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, library name, link to paper and project page
#1
by nielsr HF Staff - opened
This PR improves the model card by adding the pipeline_tag and library_name metadata, improving discoverability. It also links to the paper, includes the paper abstract and adds the project page URL.
ColorfulAI changed pull request status to merged