CoolFace
Datasetpublic

dongboklee/dORM-14B-test

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

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

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

Usage

python
from datasets import load_dataset

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

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