rodriguescarson/adaption-sports-invented-1700
Sports Q&A (Invented) Sports questions with answers. Rows 899 Domain sports Format data.parquet, one row per example Licence other Built for supervised fine-tuning (SFT) experiments on Adaption AutoScientist Columns Column Description enhanced_prompt Prompt after Adaption processing (rewrite or augmentation). enhanced_completion Response after Adaption processing (rewrite or augmentation). How it was built… See the full description on the dataset page: https://huggingface.co/datasets/rodriguescarson/adaption-sports-invented-1700.
09
Sports Q&A (Invented)
Sports questions with answers.
Columns
How it was built
Generated with Adaption's Invent feature.
Sources and licence
- Generated with Adaption Invent.
Notes
- Rows were generated by a language model through Adaption Invent and have not been fact-checked row by row.
Loading
from datasets import load_dataset
ds = load_dataset("rodriguescarson/adaption-sports-invented-1700", split="train")import pandas as pd
df = pd.read_parquet("hf://datasets/rodriguescarson/adaption-sports-invented-1700/data.parquet")Published by Carson Rodrigues (Hugging Face, Kaggle).
