Text Classification
Transformers
Safetensors
English
distilbert
ESG
Finance
sustainability
governance
social
environment
text-embeddings-inference
Instructions to use cea-list-ia/ESG-classification-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cea-list-ia/ESG-classification-en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cea-list-ia/ESG-classification-en")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cea-list-ia/ESG-classification-en") model = AutoModelForSequenceClassification.from_pretrained("cea-list-ia/ESG-classification-en") - Inference
- Notebooks
- Google Colab
- Kaggle
Ctrl+K