CoolFace
Datasetpublic

rodriguescarson/adaption-market-analysis-invented-1k

Market Analysis Q&A (Invented) Market-analysis questions with long-form answers. Rows 1,000 Domain market analysis 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… See the full description on the dataset page: https://huggingface.co/datasets/rodriguescarson/adaption-market-analysis-invented-1k.

sourceHugging Faceotherupdated 13h agoView on Hugging Face
0likes10downloads
Dataset Card

Market Analysis Q&A (Invented)

Market-analysis questions with long-form answers.

Rows1,000
Domainmarket analysis
Formatdata.parquet, one row per example
Licenceother
Built forsupervised fine-tuning (SFT) experiments on Adaption AutoScientist

Columns

ColumnDescription
enhanced_promptPrompt after Adaption processing (rewrite or augmentation).
enhanced_completionResponse after Adaption processing (rewrite or augmentation).

How it was built

Generated with Adaption's Invent feature from a written description.

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

python
from datasets import load_dataset
ds = load_dataset("rodriguescarson/adaption-market-analysis-invented-1k", split="train")
python
import pandas as pd
df = pd.read_parquet("hf://datasets/rodriguescarson/adaption-market-analysis-invented-1k/data.parquet")

Published by Carson Rodrigues (Hugging Face, Kaggle).