Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

qihoo360
/
360VL-8B

Visual Question Answering
Transformers
Safetensors
Chinese
English
QH_360VL
text-generation
custom_code
Model card Files Files and versions
xet
Community
2

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
360VL-8B
16.8 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 16 commits
xiechunyu's picture
xiechunyu
Update README.md
0b1b842 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    6.17 kB
    Update README.md almost 2 years ago
  • config.json
    3.57 kB
    Update config.json about 2 years ago
  • generation_config.json
    121 Bytes
    first commit about 2 years ago
  • model-00001-of-00004.safetensors
    4.98 GB
    xet
    first commit about 2 years ago
  • model-00002-of-00004.safetensors
    5 GB
    xet
    first commit about 2 years ago
  • model-00003-of-00004.safetensors
    4.92 GB
    xet
    first commit about 2 years ago
  • model-00004-of-00004.safetensors
    1.92 GB
    xet
    first commit about 2 years ago
  • model.safetensors.index.json
    87.7 kB
    first commit about 2 years ago
  • modeling_360vl.py
    31.4 kB
    Update modeling_360vl.py almost 2 years ago
  • special_tokens_map.json
    335 Bytes
    first commit about 2 years ago
  • tokenizer.json
    9.08 MB
    first commit about 2 years ago
  • tokenizer_config.json
    51 kB
    first commit about 2 years ago