CoolFace
Datasetpublic

dongboklee/dORM-14B-test_gemma

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

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

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

Usage

python
from datasets import load_dataset

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

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