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
Update adapter_config.json
#9 opened 8 months ago
by
sam929
Update adapter_config.json
#8 opened 8 months ago
by
sam929
Update adapter_config.json
#6 opened 8 months ago
by
sam929
Update README.md
#5 opened 8 months ago
by
sam929
RAG用法介绍有问题
#4 opened over 1 year ago
by
Wei-yifan
能自己训练laor?
#1 opened over 1 year ago
by
CCChen