CoolFace
Datasetpublic

dongboklee/dORM-14B-test_qwen

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

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

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

Usage

python
from datasets import load_dataset

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

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