A small collection of seed prompts and question starters used for data generation and fine-tuning pipelines.
Field
Value
Language
English
License
Apache 2.0
Format
CSV
Column
Type
Description
Questions
string
A seed question or prompt string
from datasets import load_dataset
ds = load_dataset("shaafsalman/seeds")
print(ds["train"][0])