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
Commit History
Create configuration_minicpm.py 3ee34a2 verified
Create config.json f832ec9 verified
Delete training_args.bin 41c7aae verified
Update README.md d4b9d66 verified
Update README.md ee3da81 verified
Update README.md 6253eb2 verified
Update README.md c1cf0cd verified
Update README.md 0fc9a0e verified
Update README.md be8c7be verified
init ef347f9
Kaguya-19 commited on
init 23ab490
Kaguya-19 commited on