Raj-Sanjay-Shah commited on
Commit
af3dc20
1 Parent(s): 2ef77c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -7,6 +7,15 @@ widget:
7
  - text: "Stocks rallied and the British pound <mask>."
8
  ---
9
 
 
 
 
 
 
 
 
 
 
10
  FLANG-Roberta is a pre-trained language model which uses financial keywords and phrases for preferential masking of domain specific terms. It is built by further training the RoBerta language model in the finance domain with improved performance over previous models due to the use of domain knowledge and vocabulary.
11
 
12
  Contact information
 
7
  - text: "Stocks rallied and the British pound <mask>."
8
  ---
9
 
10
+ ##FLANG
11
+ FLANG is a set of large language models for Financial LANGuage tasks. These models use domain specific pre-training with preferential masking to build more robust representations for the domain. The models in the set are:\
12
+ [FLANG-BERT](https://huggingface.co/SALT-NLP/FLANG-BERT)\
13
+ [FLANG-SpanBERT](https://huggingface.co/SALT-NLP/FLANG-SpanBERT)\
14
+ [FLANG-DistilBERT](https://huggingface.co/SALT-NLP/FLANG-DistilBERT)\
15
+ [FLANG-Roberta](https://huggingface.co/SALT-NLP/FLANG-Roberta)\
16
+ [Flang-ELECTRA](https://huggingface.co/SALT-NLP/FLANG-ELECTRA)
17
+
18
+ ##FLANG-Roberta
19
  FLANG-Roberta is a pre-trained language model which uses financial keywords and phrases for preferential masking of domain specific terms. It is built by further training the RoBerta language model in the finance domain with improved performance over previous models due to the use of domain knowledge and vocabulary.
20
 
21
  Contact information