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