Instructions to use build-small-hackathon/minicpm5-1b-math-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use build-small-hackathon/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, "build-small-hackathon/minicpm5-1b-math-lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
2c9c526 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e024be6b763d331e1aa3095616eb6b46419aeaa1736c27e3de299a627e035cda
size 89697856
|