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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

michaelrhs
/
mr-big-eye-orch-v2

Visual Question Answering
PEFT
Safetensors
English
Chinese
lora
qlora
video-understanding
video-question-answering
agent
tool-use
agentic-rag
distillation
audio-visual
Model card Files Files and versions
xet
Community

Instructions to use michaelrhs/mr-big-eye-orch-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use michaelrhs/mr-big-eye-orch-v2 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/home/gpus/models/Qwen2.5-7B-Instruct")
    model = PeftModel.from_pretrained(base_model, "michaelrhs/mr-big-eye-orch-v2")
  • Notebooks
  • Google Colab
  • Kaggle
mr-big-eye-orch-v2 / eval
14.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
michaelrhs's picture
michaelrhs
Enrich model card (technical depth) + full 3-way eval report
934f924 verified about 2 months ago
  • eval_3way.md
    3.41 kB
    Enrich model card (technical depth) + full 3-way eval report about 2 months ago
  • eval_base_run1.md
    3.48 kB
    Add v2 distilled QLoRA adapter, model card, and 3-way eval reports about 2 months ago
  • eval_pilot_run1.md
    3.55 kB
    Add v2 distilled QLoRA adapter, model card, and 3-way eval reports about 2 months ago
  • eval_v2_run1.md
    3.76 kB
    Add v2 distilled QLoRA adapter, model card, and 3-way eval reports about 2 months ago