Instructions to use OpenGVLab/InternVideo2-Chat-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenGVLab/InternVideo2-Chat-8B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenGVLab/InternVideo2-Chat-8B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
What was the training setting of qformer, LLM?
#9
by deleted - opened
In the first stage of pre-training (QFormer), the configuration file can refer to the https://github.com/OpenGVLab/Ask-Anything/blob/main/video_chat2/scripts/videochat_vicuna/config_7b_stage1.py, in the stage2 of aligning with the Mistral LLM can refer to the https://github.com/OpenGVLab/Ask-Anything/blob/main/video_chat2/scripts/videochat_mistral/config_7b_stage2.py, in the stage3 of LORA SFT, the configuration file can refer to the https://github.com/OpenGVLab/Ask-Anything/blob/main/video_chat2/scripts/videochat_mistral/config_7b_stage3.py;