Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ecfirst
/
360VL_PHI

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

Instructions to use ecfirst/360VL_PHI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ecfirst/360VL_PHI with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="ecfirst/360VL_PHI", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("ecfirst/360VL_PHI", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
360VL_PHI
16.8 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 32 commits
Secur3's picture
Secur3
minor sys prompt update
d5b0260 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    6.17 kB
    Update README.md almost 2 years ago
  • config.json
    3.57 kB
    Update config.json almost 2 years ago
  • generation_config.json
    121 Bytes
    first commit almost 2 years ago
  • model-00001-of-00004.safetensors
    4.98 GB
    xet
    first commit almost 2 years ago
  • model-00002-of-00004.safetensors
    5 GB
    xet
    first commit almost 2 years ago
  • model-00003-of-00004.safetensors
    4.92 GB
    xet
    first commit almost 2 years ago
  • model-00004-of-00004.safetensors
    1.92 GB
    xet
    first commit almost 2 years ago
  • model.safetensors.index.json
    87.7 kB
    first commit almost 2 years ago
  • modeling_360vl.py
    32.3 kB
    minor sys prompt update almost 2 years ago
  • special_tokens_map.json
    335 Bytes
    first commit almost 2 years ago
  • tokenizer.json
    9.08 MB
    first commit almost 2 years ago
  • tokenizer_config.json
    51 kB
    first commit almost 2 years ago