bilalRahib commited on
Commit
f8c11c7
1 Parent(s): 776ffb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -19
README.md CHANGED
@@ -1,19 +1,26 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: input
5
- dtype: string
6
- - name: output
7
- dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 2886479
11
- num_examples: 1987
12
- download_size: 1722746
13
- dataset_size: 2886479
14
- configs:
15
- - config_name: default
16
- data_files:
17
- - split: train
18
- path: data/train-*
19
- ---
 
 
 
 
 
 
 
 
1
+ # Personal Finance QA Dataset
2
+
3
+ ## Overview
4
+
5
+ Welcome to the Personal Finance QA Dataset! This collection consists of question-answer pairs curated to address various aspects of personal finance. Whether you're diving into budgeting, exploring investment strategies, or navigating credit decisions, this dataset provides a valuable resource for understanding key concepts in personal finance.
6
+
7
+ ## Features
8
+
9
+ - **Input**: Questions related to personal finance.
10
+ - **Output**: Corresponding detailed answers offering insights and guidance.
11
+
12
+ ## Motivation
13
+
14
+ The aim of this dataset is to empower users with a comprehensive resource for personal finance education. By providing a diverse set of questions and informative answers, we hope to facilitate learning and understanding in the realm of personal finance.
15
+
16
+ ## Original Dataset
17
+
18
+ This collection is derived from a fingpt and has been meticulously processed to ensure relevance and coherence. The original dataset used for compilation can be found (https://huggingface.co/datasets/FinGPT/fingpt-fiqa_qa).
19
+
20
+ ## Usage
21
+
22
+ Explore and utilize this dataset for tasks such as:
23
+ - Training and evaluating question-answering models.
24
+ - Analyzing common themes and concerns in personal finance.
25
+
26
+