Text Generation
PEFT
Safetensors
English
process-reward-model
prm
retrieval-augmented-generation
lora
conversational
Instructions to use MinKeonKim/PRO-STEP-PRM-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MinKeonKim/PRO-STEP-PRM-8B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/DeepSeek-R1-0528-Qwen3-8B") model = PeftModel.from_pretrained(base_model, "MinKeonKim/PRO-STEP-PRM-8B") - Notebooks
- Google Colab
- Kaggle
Add pipeline_tag and paper/GitHub links
#1
by nielsr HF Staff - opened
This PR improves the model card by adding the missing pipeline_tag: text-generation to the YAML metadata and by adding direct links to the paper and GitHub code repository in the README. The existing metadata and content have been preserved.
MinKeonKim changed pull request status to merged