Visual Question Answering
Transformers
Safetensors
Chinese
English
QH_360VL
text-generation
custom_code
Instructions to use qihoo360/360VL-70B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use qihoo360/360VL-70B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="qihoo360/360VL-70B", trust_remote_code=True)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("qihoo360/360VL-70B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
能否在魔搭社区上传?方便下载体验
#4 opened almost 2 years ago
by
AndyZyu
is this model better than GPT-4V? How to deploy it?
1
#3 opened almost 2 years ago
by
catworld1212
Demo?
2
#2 opened almost 2 years ago
by
catworld1212
Fix invalid quotes in modeling_360vl.py
5
#1 opened almost 2 years ago
by
matatonic