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

eulogik
/
TinyDoc-VLM-LoRA

Visual Question Answering
PEFT
Safetensors
PyTorch
English
lora
vision-language-model
document-understanding
ocr
tinyml
fine-tuning
huggingface
low-resource
edge-deployment
cpu-inference
small-language-model
document-ai
structured-extraction
Model card Files Files and versions
xet
Community

Instructions to use eulogik/TinyDoc-VLM-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use eulogik/TinyDoc-VLM-LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("eulogik/TinyDoc-VLM-256M")
    model = PeftModel.from_pretrained(base_model, "eulogik/TinyDoc-VLM-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
TinyDoc-VLM-LoRA
11 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
GautamKishore's picture
GautamKishore
Upload README.md with huggingface_hub
9f9d75c verified 7 days ago
  • .gitattributes
    1.52 kB
    initial commit 8 days ago
  • README.md
    4.24 kB
    Upload README.md with huggingface_hub 7 days ago
  • adapter_config.json
    1.05 kB
    Upload folder using huggingface_hub 8 days ago
  • adapter_model.safetensors
    11 MB
    xet
    Upload folder using huggingface_hub 8 days ago