samchain commited on
Commit
11b5d70
1 Parent(s): ba48672

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -20,6 +20,8 @@ This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentence
20
 
21
  Econosentence can be used fro various tasks in NLP applied to economics. The main one is to use embeddings for topic modeling purpose.
22
 
 
 
23
  ## Usage (Sentence-Transformers)
24
 
25
  Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
 
20
 
21
  Econosentence can be used fro various tasks in NLP applied to economics. The main one is to use embeddings for topic modeling purpose.
22
 
23
+ The backbone used as an encoder is the model samchain/EconoBert, pretrained with MLM and NSP tasks on the samchain/BIS_Speeches_97_23.
24
+
25
  ## Usage (Sentence-Transformers)
26
 
27
  Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed: