tobischimanski commited on
Commit
8dd3cce
1 Parent(s): 1636df6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,9 +12,9 @@ tags:
12
 
13
  ## Model Description
14
 
15
- Based on [this paper](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4622514), this is the SocDistilRoBERTa-social language model. A language model that is trained to better classify social texts in the ESG domain.
16
 
17
- Using the [SocialBERT-base](https://huggingface.co/ESGBERT/SocialBERT-base) model as a starting point, the SocDistilRoBERTa-social Language Model is additionally fine-trained on a 2k social dataset to detect social text samples.
18
 
19
  ## How to Get Started With the Model
20
  You can use the model with a pipeline for text classification:
 
12
 
13
  ## Model Description
14
 
15
+ Based on [this paper](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4622514), this is the SocialBERT-social language model. A language model that is trained to better classify social texts in the ESG domain.
16
 
17
+ Using the [SocialBERT-base](https://huggingface.co/ESGBERT/SocialBERT-base) model as a starting point, the SocialBERT-social Language Model is additionally fine-trained on a 2k social dataset to detect social text samples.
18
 
19
  ## How to Get Started With the Model
20
  You can use the model with a pipeline for text classification: