CoolFace
Datasetpublic

shaafsalman/prompt-seeds

Seeds A small collection of seed prompts and question starters used for data generation and fine-tuning pipelines. Dataset Details Field Value Language English License Apache 2.0 Format CSV Schema Column Type Description Questions string A seed question or prompt string Usage from datasets import load_dataset ds = load_dataset("shaafsalman/seeds") print(ds["train"][0]) # {'Questions': 'Write a… See the full description on the dataset page: https://huggingface.co/datasets/shaafsalman/prompt-seeds.

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes9downloads
Dataset Card

Seeds

A small collection of seed prompts and question starters used for data generation and fine-tuning pipelines.

Dataset Details

FieldValue
LanguageEnglish
LicenseApache 2.0
FormatCSV

Schema

ColumnTypeDescription
QuestionsstringA seed question or prompt string

Usage

python
from datasets import load_dataset
ds = load_dataset("shaafsalman/seeds")
print(ds["train"][0])
# {'Questions': 'Write a python code to multiply two numbers'}