Instructions to use UW-Madison-Lee-Lab/VersaPRM-Aug with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use UW-Madison-Lee-Lab/VersaPRM-Aug 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-Aug") - Notebooks
- Google Colab
- Kaggle