Charon107 commited on
Commit
9dca9ee
1 Parent(s): f360997

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ Each dataset comprises three attributes: `CompanyName_Year`, `text`, and `label`
24
  - `label`: This attribute holds the financial parameters extracted from the annual report.
25
 
26
  ## Data Source
27
- All text data, specifically the annual reports, originates from [NSE (National Stock Exchange of India)](https://www.nseindia.com/), where it is downloaded.Report have undergone pre-processing to eliminate stop words and special symbols, enhancing both clarity and efficiency in model training. The labels for the data, which consist of detailed financial data, are derived from [Moneycontrol](https://www.moneycontrol.com/).
28
 
29
  ## Tokenization
30
  Initial tests indicate that approximately 98,304 tokens (16384*6) are necessary to tokenize a complete annual report, rendering this database both extensive and comprehensive for deep learning applications in financial text analysis.
 
24
  - `label`: This attribute holds the financial parameters extracted from the annual report.
25
 
26
  ## Data Source
27
+ The annual reports, originates from [NSE (National Stock Exchange of India)](https://www.nseindia.com/), where it is downloaded.Report have undergone pre-processing to eliminate stop words and special symbols, enhancing both clarity and efficiency in model training. The labels for the data, which consist of detailed financial data, are derived from [Moneycontrol](https://www.moneycontrol.com/).
28
 
29
  ## Tokenization
30
  Initial tests indicate that approximately 98,304 tokens (16384*6) are necessary to tokenize a complete annual report, rendering this database both extensive and comprehensive for deep learning applications in financial text analysis.