rodriguescarson/adaption-hausa-culture-seed-10
Hausa Culture Q&A Questions about Hausa culture. Rows 10 Domain culture Format data.parquet, one row per example Licence other Built for supervised fine-tuning (SFT) experiments on Adaption AutoScientist Columns Column Description original_prompt The prompt (user turn) as uploaded. original_completion The target response as uploaded. enhanced_prompt Empty in this dataset. enhanced_completion Empty in this dataset.… See the full description on the dataset page: https://huggingface.co/datasets/rodriguescarson/adaption-hausa-culture-seed-10.
Hausa Culture Q&A
Questions about Hausa culture.
Columns
How it was built
A 10-row hand-written seed expanded by Adaption's augmentation.
Sources and licence
- Not recorded in the build notes.
Notes
- Columns
enhanced_prompt,enhanced_completionare empty in this dataset (the Adaption export reserves them for rewritten text).
Loading
from datasets import load_dataset
ds = load_dataset("rodriguescarson/adaption-hausa-culture-seed-10", split="train")import pandas as pd
df = pd.read_parquet("hf://datasets/rodriguescarson/adaption-hausa-culture-seed-10/data.parquet")Published by Carson Rodrigues (Hugging Face, Kaggle).
