CoolFace
Datasetpublic

dongboklee/gPRM-14B-test_qwen

Reward of test_qwen split extracted by gPRM-14B: gPRM-14B-test_qwen Usage from datasets import load_dataset # Load entire dataset dataset = load_dataset("dongboklee/gPRM-14B-test_qwen") # Load specific domain law_dataset = load_dataset("dongboklee/gPRM-14B-test_qwen", split="law")

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes95downloads
Dataset Card

Reward of test_qwen split extracted by gPRM-14B: gPRM-14B-test_qwen

Usage

python
from datasets import load_dataset

# Load entire dataset
dataset = load_dataset("dongboklee/gPRM-14B-test_qwen")

# Load specific domain
law_dataset = load_dataset("dongboklee/gPRM-14B-test_qwen", split="law")