Instructions to use UW-Madison-Lee-Lab/VersaPRM-Math-Subset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use UW-Madison-Lee-Lab/VersaPRM-Math-Subset with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("UW-Madison-Lee-Lab/Llama-PRM800K") model = PeftModel.from_pretrained(base_model, "UW-Madison-Lee-Lab/VersaPRM-Math-Subset") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
b8541c3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2b4fadf1c7957de054d74634f4a62f84db2473ab84a49d3be1cf2eaba1223434
size 83946192
|