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
Commit History
Update modeling_360vl.py 6e5ab57 verified
Update README.md 1bca96c verified
Update modeling_360vl.py 2bf452d verified
Update modeling_360vl.py 29908e3 verified
Update modeling_360vl.py 1ae8b0c verified
Update config.json 68e8cb1 verified
Update modeling_360vl.py 8471cd5 verified
Update config.json 43890bd verified
Delete proj_config.json 2634dd5 verified
Update config.json 9ba6c92 verified
Update README.md 776ee60 verified
Update README.md 3046447 verified
first commit 13fc8c2
merge 1878da4
Update README.md fc7b70e verified
first commit e982bb6
root commited on
readme 7df1f29
yuxie11 commited on