PEFT
Safetensors
lora
vlm
vision-language-model
agentic-rag
document-analysis
structured-output
knowledge-graph
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
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!