minhtriphan commited on
Commit
c2664de
1 Parent(s): 49e32df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -4,6 +4,11 @@ language:
4
  tags:
5
  - finance
6
  ---
 
 
 
 
 
7
  # Disclaimer
8
  ~The current model is trained from randomly initialized weights due to some computational and data obstacles. Therefore, the context captured by the models as well as the word semantics are not really good. The tokenizer in this version is also trained from scratch.~
9
 
@@ -28,11 +33,6 @@ The experiments are implemented with an NVIDIA A100-SXM4-40GB. Batch size of 1.
28
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/61d2d2993c2083e1c08af221/9-PCSONEVOTzZgPuaPSzo.png)
29
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/61d2d2993c2083e1c08af221/q4zLyOQkZ4phmMKPiddSa.png)
30
 
31
- # Introduction
32
- This is the implementation of the BERT model using the LongNet structure (paper: https://arxiv.org/pdf/2307.02486.pdf).
33
-
34
- 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.
35
-
36
  # Training code
37
  https://github.com/minhtriphan/LongFinBERT-base/tree/main
38
 
 
4
  tags:
5
  - finance
6
  ---
7
+ # Introduction
8
+ This is the implementation of the BERT model using the LongNet structure (paper: https://arxiv.org/pdf/2307.02486.pdf).
9
+
10
+ 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.
11
+
12
  # Disclaimer
13
  ~The current model is trained from randomly initialized weights due to some computational and data obstacles. Therefore, the context captured by the models as well as the word semantics are not really good. The tokenizer in this version is also trained from scratch.~
14
 
 
33
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/61d2d2993c2083e1c08af221/9-PCSONEVOTzZgPuaPSzo.png)
34
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/61d2d2993c2083e1c08af221/q4zLyOQkZ4phmMKPiddSa.png)
35
 
 
 
 
 
 
36
  # Training code
37
  https://github.com/minhtriphan/LongFinBERT-base/tree/main
38