minhtriphan commited on
Commit
ce2de24
1 Parent(s): 844a1e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -3,7 +3,9 @@ language:
3
  - en
4
  ---
5
  # Introduction
6
- This is the implementation of the BERT model using the LongNet structure (paper: https://arxiv.org/pdf/2307.02486.pdf). The model is pre-trained with 10-K/Q filings of US firms from 1994 to 2018.
 
 
7
 
8
  # Training code
9
  https://github.com/minhtriphan/LongFinBERT-base/tree/main
 
3
  - en
4
  ---
5
  # Introduction
6
+ This is the implementation of the BERT model using the LongNet structure (paper: https://arxiv.org/pdf/2307.02486.pdf).
7
+
8
+ The model is pre-trained with 10-K/Q filings of US firms from 1994 to 2008. Filings from 2009 to 2013 are used for model validation, and filings from 2013 to 2018 are used for model testing.
9
 
10
  # Training code
11
  https://github.com/minhtriphan/LongFinBERT-base/tree/main