tobischimanski
commited on
Commit
•
87eaf94
1
Parent(s):
db918bf
Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,9 @@ Based on [this paper](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=462251
|
|
17 |
Using the [GovernanceBERT-base](https://huggingface.co/ESGBERT/GovernanceBERT-base) model as a starting point, the GovernanceBERT-governance Language Model is additionally fine-trained on a 2k governance dataset to detect governance text samples.
|
18 |
|
19 |
## How to Get Started With the Model
|
|
|
|
|
|
|
20 |
You can use the model with a pipeline for text classification:
|
21 |
|
22 |
```python
|
|
|
17 |
Using the [GovernanceBERT-base](https://huggingface.co/ESGBERT/GovernanceBERT-base) model as a starting point, the GovernanceBERT-governance Language Model is additionally fine-trained on a 2k governance dataset to detect governance text samples.
|
18 |
|
19 |
## How to Get Started With the Model
|
20 |
+
|
21 |
+
See these tutorials on Medium for a guide on [model usage](https://medium.com/@schimanski.tobi/analyzing-esg-with-ai-and-nlp-tutorial-1-report-analysis-towards-esg-risks-and-opportunities-8daa2695f6c5?source=friends_link&sk=423e30ac2f50ee4695d258c2c4d54aa5), [large-scale analysis](https://medium.com/@schimanski.tobi/analyzing-esg-with-ai-and-nlp-tutorial-2-large-scale-analyses-of-environmental-actions-0735cc8dc9c2?source=friends_link&sk=13a5aa1999fbb11e9eed4a0c26c40efa), and [fine-tuning](https://medium.com/@schimanski.tobi/analyzing-esg-with-ai-and-nlp-tutorial-3-fine-tune-your-own-models-e3692fc0b3c0?source=friends_link&sk=49dc9f00768e43242fc1a76aa0969c70).
|
22 |
+
|
23 |
You can use the model with a pipeline for text classification:
|
24 |
|
25 |
```python
|