Text Classification
Transformers
Safetensors
French
English
distilbert
ESG
sustainability
environment
social
governance
classification
text-embeddings-inference
Instructions to use cea-list-ia/ESG-classification-fr-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-fr-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-fr-en")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cea-list-ia/ESG-classification-fr-en") model = AutoModelForSequenceClassification.from_pretrained("cea-list-ia/ESG-classification-fr-en") - Notebooks
- Google Colab
- Kaggle
Ctrl+K