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

JesterLabs
/
test-llava-model

PEFT
Safetensors
llava
Model card Files Files and versions
xet
Community

Instructions to use JesterLabs/test-llava-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use JesterLabs/test-llava-model with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("llava-hf/llava-1.5-7b-hf")
    model = PeftModel.from_pretrained(base_model, "JesterLabs/test-llava-model")
  • Notebooks
  • Google Colab
  • Kaggle
test-llava-model
677 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
shyamsn97's picture
shyamsn97
Upload model
b5f726b verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.1 kB
    Upload model almost 2 years ago
  • adapter_config.json
    727 Bytes
    Upload model almost 2 years ago
  • adapter_model.safetensors
    677 MB
    xet
    Upload model almost 2 years ago
  • config.json
    949 Bytes
    Manually adding config.json from base LLaVa model almost 2 years ago