datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
unpredictable_dividend-comThe UnpredicTable dataset consists of web tables formatted as few-shot tasks for fine-tuning language models to improve their few-shot performance. For more details please see the accompanying dataset card.dividend-common-question
Dividend Common Question Dataset
📖 개요
이 데이터셋은 배당주 투자 관련 자주 묻는 질문과 답변을 Alpaca 포맷(instruction, input, output)으로 구성한 학습용 자료입니다.총 10여 개의 샘플이 포함되어 있으며, 파인튜닝 실습이나 자연어 처리 모델 학습에 활용할 수 있습니다.
📂 데이터 구조
데이터는 CSV 파일(dividend-common-question.csv)로 제공되며, 다음과 같은 열을 포함합니다:
instruction: 모델에게 주는 지시문 (예: "배당성향이 높아야 좋은 건가요?")
input: 지시문을 수행하는 데 필요한 추가 입력 (없으면 빈칸)
output: 모델이 생성해야 하는 답변 (예: "꼭 그렇다고 할 수는 없습니다...")
예시
instruction,input,output
"시가배당수익률이 높으면 좋은… See the full description on the dataset page: https://huggingface.co/datasets/ycryu/dividend-common-question.
