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

toshi456
/
chat-vector-llava-v1.5-7b-ja

Image-to-Text
Transformers
Safetensors
Japanese
llava-chat-vector
text-generation
vision
image-captioning
VQA
Model card Files Files and versions
xet
Community

Instructions to use toshi456/chat-vector-llava-v1.5-7b-ja with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use toshi456/chat-vector-llava-v1.5-7b-ja with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("image-to-text", model="toshi456/chat-vector-llava-v1.5-7b-ja")
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("toshi456/chat-vector-llava-v1.5-7b-ja", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
chat-vector-llava-v1.5-7b-ja
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
toshi456's picture
toshi456
Update README.md
ace4acf verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    6.26 kB
    Update README.md about 2 years ago
  • config.json
    1.24 kB
    Upload 10 files about 2 years ago
  • generation_config.json
    124 Bytes
    Upload 10 files about 2 years ago
  • model-00001-of-00003.safetensors
    4.94 GB
    xet
    Upload 10 files about 2 years ago
  • model-00002-of-00003.safetensors
    4.95 GB
    xet
    Upload 10 files about 2 years ago
  • model-00003-of-00003.safetensors
    4.24 GB
    xet
    Upload 10 files about 2 years ago
  • model.safetensors.index.json
    73.2 kB
    Upload 10 files about 2 years ago
  • special_tokens_map.json
    552 Bytes
    Upload 10 files about 2 years ago
  • tokenizer.json
    1.84 MB
    Upload 10 files about 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload 10 files about 2 years ago
  • tokenizer_config.json
    935 Bytes
    Upload 10 files about 2 years ago