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

openbmb
/
MiniCPM3-RAG-LoRA

PEFT
Safetensors
Chinese
English
custom_code
Model card Files Files and versions
xet
Community
9

Instructions to use openbmb/MiniCPM3-RAG-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use openbmb/MiniCPM3-RAG-LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("openbmb/MiniCPM3-4B")
    model = PeftModel.from_pretrained(base_model, "openbmb/MiniCPM3-RAG-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
MiniCPM3-RAG-LoRA
26.1 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 13 commits
sam929's picture
sam929
Update README.md
c5c71af verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    6.9 kB
    Update README.md 8 months ago
  • adapter_config.json
    710 Bytes
    init over 1 year ago
  • adapter_model.safetensors
    21.2 MB
    xet
    init over 1 year ago
  • added_tokens.json
    216 Bytes
    init over 1 year ago
  • config.json
    1.9 kB
    Create config.json over 1 year ago
  • configuration_minicpm.py
    9.22 kB
    Create configuration_minicpm.py over 1 year ago
  • special_tokens_map.json
    659 Bytes
    init over 1 year ago
  • tokenizer.json
    3.68 MB
    init over 1 year ago
  • tokenizer.model
    1.18 MB
    xet
    init over 1 year ago
  • tokenizer_config.json
    2.84 kB
    init over 1 year ago