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

Shion1124
/
vlm-lora-agentic-rag

PEFT
Safetensors
lora
vlm
vision-language-model
agentic-rag
document-analysis
structured-output
knowledge-graph
Model card Files Files and versions
xet
Community

Instructions to use Shion1124/vlm-lora-agentic-rag with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Shion1124/vlm-lora-agentic-rag with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("gpt2")
    model = PeftModel.from_pretrained(base_model, "Shion1124/vlm-lora-agentic-rag")
  • Notebooks
  • Google Colab
  • Kaggle
vlm-lora-agentic-rag
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Shion1124's picture
Shion1124
Upload VLM + LoRA + Agentic RAG model with comprehensive docs
b61b50d verified 2 months ago
  • checkpoint-2950
    Upload VLM + LoRA + Agentic RAG model with comprehensive docs 2 months ago
  • checkpoint-3000
    Upload VLM + LoRA + Agentic RAG model with comprehensive docs 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    6.63 kB
    Upload VLM + LoRA + Agentic RAG model with comprehensive docs 2 months ago
  • adapter_config.json
    944 Bytes
    Upload VLM + LoRA + Agentic RAG model with comprehensive docs 2 months ago
  • adapter_model.safetensors
    9.44 MB
    xet
    Upload VLM + LoRA + Agentic RAG model with comprehensive docs 2 months ago
  • pipeline_config.json
    814 Bytes
    Add multimodal RAG pipeline configuration (Visual RAG + Agentic RAG) 2 months ago
  • tokenizer.json
    3.56 MB
    Upload VLM + LoRA + Agentic RAG model with comprehensive docs 2 months ago
  • tokenizer_config.json
    297 Bytes
    Upload VLM + LoRA + Agentic RAG model with comprehensive docs 2 months ago