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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

BUAADreamer
/
Yi-VL-6B-hf

Visual Question Answering
Transformers
Safetensors
Chinese
English
llava
image-text-to-text
llama-factory
yi-vl
Model card Files Files and versions
xet
Community
6

Instructions to use BUAADreamer/Yi-VL-6B-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BUAADreamer/Yi-VL-6B-hf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="BUAADreamer/Yi-VL-6B-hf")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("BUAADreamer/Yi-VL-6B-hf")
    model = AutoModelForMultimodalLM.from_pretrained("BUAADreamer/Yi-VL-6B-hf", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Yi-VL-6B-hf
13.4 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 27 commits
BUAADreamer's picture
BUAADreamer
Update README.md
4b6516d verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    3.05 kB
    Update README.md about 2 years ago
  • added_tokens.json
    41 Bytes
    Upload processor about 2 years ago
  • config.json
    1.04 kB
    Update config.json (#3) about 2 years ago
  • generation_config.json
    136 Bytes
    Upload LlavaForConditionalGeneration about 2 years ago
  • model-00001-of-00005.safetensors
    2.95 GB
    xet
    Upload LlavaForConditionalGeneration about 2 years ago
  • model-00002-of-00005.safetensors
    2.95 GB
    xet
    Upload LlavaForConditionalGeneration about 2 years ago
  • model-00003-of-00005.safetensors
    2.93 GB
    xet
    Upload LlavaForConditionalGeneration about 2 years ago
  • model-00004-of-00005.safetensors
    2.95 GB
    xet
    Upload LlavaForConditionalGeneration about 2 years ago
  • model-00005-of-00005.safetensors
    1.65 GB
    xet
    Upload LlavaForConditionalGeneration about 2 years ago
  • model.safetensors.index.json
    84.1 kB
    Upload LlavaForConditionalGeneration about 2 years ago
  • preprocessor_config.json
    819 Bytes
    Upload processor about 2 years ago
  • special_tokens_map.json
    800 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer.json
    3.56 MB
    Upload tokenizer about 2 years ago
  • tokenizer.model
    1.03 MB
    xet
    Upload processor about 2 years ago
  • tokenizer_config.json
    3.14 kB
    Update tokenizer_config.json about 2 years ago