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

Etelis
/
TextGPT4V-7B-LORA

PEFT
llava
Model card Files Files and versions
xet
Community
1

Instructions to use Etelis/TextGPT4V-7B-LORA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Etelis/TextGPT4V-7B-LORA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("X2FD/LVIS-Instruct4v-LLaVA-7b")
    model = PeftModel.from_pretrained(base_model, "Etelis/TextGPT4V-7B-LORA")
  • Notebooks
  • Google Colab
  • Kaggle
TextGPT4V-7B-LORA
682 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
osanseviero's picture
osanseviero
Specify right model card metadata
b271f16 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    220 Bytes
    Specify right model card metadata about 2 years ago
  • adapter_config.json
    531 Bytes
    Upload 5 files over 2 years ago
  • adapter_model.bin
    640 MB
    xet
    Upload 5 files over 2 years ago
  • config.json
    1.15 kB
    Upload 5 files over 2 years ago
  • non_lora_trainables.bin

    Detected Pickle imports (3)

    • "torch.BFloat16Storage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    42 MB
    xet
    Upload 5 files over 2 years ago
  • trainer_state.json
    85.2 kB
    Upload 5 files over 2 years ago