Instructions to use ai-lab/ESGify with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ai-lab/ESGify with Transformers:
# Load model directly from transformers import AutoTokenizer, ESGify tokenizer = AutoTokenizer.from_pretrained("ai-lab/ESGify") model = ESGify.from_pretrained("ai-lab/ESGify") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by LizaKovtun - opened
README.md
CHANGED
|
@@ -5,6 +5,7 @@ tags:
|
|
| 5 |
- finance
|
| 6 |
language:
|
| 7 |
- en
|
|
|
|
| 8 |
---
|
| 9 |
## Main information
|
| 10 |
We introduce the model for multilabel ESG risks classification. There is 47 classes methodology with granularial risk definition.
|
|
|
|
| 5 |
- finance
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
+
pipeline_tag: text-classification
|
| 9 |
---
|
| 10 |
## Main information
|
| 11 |
We introduce the model for multilabel ESG risks classification. There is 47 classes methodology with granularial risk definition.
|