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
Commit ·
2197d4b
1
Parent(s): 9c8c1ba
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ language:
|
|
| 7 |
- en
|
| 8 |
|
| 9 |
---
|
| 10 |
-

|
| 11 |
# About ESGify
|
| 12 |
<img src="ESGify_logo.jpeg" alt="image" width="20%" height="auto">
|
| 13 |
**ESGify** is a model for multilabel news classification with respect to ESG risks. Our custom methodology includes 46 ESG classes and 1 non-relevant to ESG class, resulting in 47 classes in total:
|