admation commited on
Commit
8bf872c
1 Parent(s): 48297de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,5 +1,15 @@
1
  The model is under construction.
2
 
3
  It is mainly built on [FinBERT-ESG](https://huggingface.co/yiyanghkust/finbert-esg)(Huang et al.,2022). That is it succeeded the representation from [FinBERT-ESG](https://huggingface.co/yiyanghkust/finbert-esg)(Huang et al.,2022) and fine-tuned on Reddit posts related to ESG.
 
 
 
 
 
 
 
 
 
 
4
  ## Reference
5
  Huang, Allen H., Hui Wang, and Yi Yang. "FinBERT: A Large Language Model for Extracting Information from Financial Text." Contemporary Accounting Research (2022).
 
1
  The model is under construction.
2
 
3
  It is mainly built on [FinBERT-ESG](https://huggingface.co/yiyanghkust/finbert-esg)(Huang et al.,2022). That is it succeeded the representation from [FinBERT-ESG](https://huggingface.co/yiyanghkust/finbert-esg)(Huang et al.,2022) and fine-tuned on Reddit posts related to ESG.
4
+
5
+ You can use this model with the following code:
6
+
7
+ ```
8
+ from transformers import AutoModelForSequenceClassification
9
+
10
+ model = AutoModelForSequenceClassification.from_pretrained("admation/ESG-BERT-Reddit")
11
+ ```
12
+
13
+
14
  ## Reference
15
  Huang, Allen H., Hui Wang, and Yi Yang. "FinBERT: A Large Language Model for Extracting Information from Financial Text." Contemporary Accounting Research (2022).