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

Yannael
/
llava-lora

Image-to-Text
Transformers
PyTorch
llava
text-generation
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Yannael/llava-lora 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="Yannael/llava-lora")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCausalLM
    
    processor = AutoProcessor.from_pretrained("Yannael/llava-lora")
    model = AutoModelForCausalLM.from_pretrained("Yannael/llava-lora")
  • Notebooks
  • Google Colab
  • Kaggle
llava-lora
14.1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
Yannael's picture
Yannael
Create README.md
335c01c verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    35 Bytes
    Create README.md over 2 years ago
  • config.json
    1.11 kB
    Upload LlavaLlamaForCausalLM over 2 years ago
  • generation_config.json
    132 Bytes
    Upload LlavaLlamaForCausalLM over 2 years ago
  • pytorch_model-00001-of-00002.bin
    9.98 GB
    xet
    Upload LlavaLlamaForCausalLM over 2 years ago
  • pytorch_model-00002-of-00002.bin

    Detected Pickle imports (4)

    • "torch.HalfStorage",
    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    4.15 GB
    xet
    Upload LlavaLlamaForCausalLM over 2 years ago
  • pytorch_model.bin.index.json
    76 kB
    Upload LlavaLlamaForCausalLM over 2 years ago
  • special_tokens_map.json
    438 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    749 Bytes
    Upload tokenizer over 2 years ago