Visual Question Answering
Transformers
Safetensors
Chinese
English
QH_360VL
text-generation
custom_code
Instructions to use qihoo360/360VL-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use qihoo360/360VL-8B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="qihoo360/360VL-8B", trust_remote_code=True)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("qihoo360/360VL-8B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
How to deploy it and give it a system message?
#2
by catworld1212 - opened
How to deploy it and give it a system message? Can I deploy it via API not a Gradio Web UI
Please check out our github: https://github.com/360CVGroup/360VL
please run "bash ./scripts/eval/infer.sh" for inference.
It is not recommended to modify system message, this is fixed.