File size: 894 Bytes
abf768e
 
 
 
 
 
 
 
 
 
 
 
99d84e5
 
 
 
 
53bec3c
99d84e5
 
 
53bec3c
 
99d84e5
 
 
 
 
 
53bec3c
99d84e5
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: apache-2.0
task_categories:
- text2text-generation
language:
- en
tags:
- finance
pretty_name: Financial Statements
size_categories:
- 10K<n<100K
---

## Financial Statements Dataset for FinGPT Fine-Tuning

### Overview

This dataset contains 3000 records, specifically designed for fine-tuning a FinGPT model to generate insights from financial statements. The dataset includes:
- 1000 Balance Sheets
- 1000 Income Statements
- 1000 Cash Flow Statements

Each record consists of:
- **Input:** The text of a financial statement (Balance Sheet, Income Statement, or Cash Flow Statement)
- **Output:** Corresponding insights, analysis, or advice based on the financial statement

### Dataset Structure

Each entry in the dataset is structured as follows:

```json
{
    "input": "Type of Financial Statement and its content",
    "output": "Generated insights, analysis, or advice"
}