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", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
07138a0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d979d1cc8400e519486152d8f369b072a475ed2f7c414818b283875c80fcf179
size 4984
|