Instructions to use MSGEncrypted/minicpm5-1b-math-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MSGEncrypted/minicpm5-1b-math-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openbmb/MiniCPM5-1B") model = PeftModel.from_pretrained(base_model, "MSGEncrypted/minicpm5-1b-math-lora") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
13324af | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4dc6403bdfdbcc4670c4cf88b3eaf0fe674a066b5cabe599ff2fc5db59bcded7
size 179594003
|