Genesis AI Code Series (Data-Sets)
Collection
4 items • Updated
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Developed by: Within Us AI
Best-of demo subset for instant evaluation and fast adoption.
Parquet unavailable (No module named 'pyarrow'); JSONL shards in /data.
from datasets import load_dataset
ds = load_dataset("<YOUR_ORG_OR_USER>/Genesis AI Code (Demo) 1K", split="train")
print(ds[0])