ESGBERT / EnvironmentalBERT-action

huggingface.co
Total runs: 27
24-hour runs: 1
7-day runs: -26
30-day runs: -19
Model's Last Updated: November 11 2025
text-classification

Introduction of EnvironmentalBERT-action

Model Details of EnvironmentalBERT-action

Model Card for EnvironmentalBERT-action

Model Description

As an extension to this paper , this is the EnvironmentalBERT-action language model. A language model that is trained to better classify action texts in the ESG domain.

Using the EnvironmentalBERT-base model as a starting point, the EnvironmentalBERT-action Language Model is additionally fine-trained on a dataset with 500 sentences to detect action text samples. The underlying dataset is comparatively small, so if you would like to contribute to it, feel free to reach out. :)

How to Get Started With the Model

See these tutorials on Medium for a guide on model usage , large-scale analysis , and fine-tuning .

It is highly recommended to first classify a sentence to be "environmental" or not with the EnvironmentalBERT-environmental model before classifying whether it is "action" or not. This intersection allows us to build a targeted insight into whether the sentence displays an "environmental action".

You can use the model with a pipeline for text classification:

from transformers import AutoModelForSequenceClassification, AutoTokenizer, pipeline
 
tokenizer_name = "ESGBERT/EnvironmentalBERT-action"
model_name = "ESGBERT/EnvironmentalBERT-action"
 
model = AutoModelForSequenceClassification.from_pretrained(model_name)
tokenizer = AutoTokenizer.from_pretrained(tokenizer_name, max_len=512)
 
pipe = pipeline("text-classification", model=model, tokenizer=tokenizer) # set device=0 to use GPU
 
# See https://huggingface.co/docs/transformers/main_classes/pipelines#transformers.pipeline
print(pipe("We are actively working to reduce our CO2 emissions by planting trees in 25 countries.", padding=True, truncation=True))
More details to the base models can be found in this paper

While this dataset does not originate from the paper, it is a extension of it and the base models are described in it.

@article{Schimanski23ESGBERT,
    title={{Bridiging the Gap in ESG Measurement: Using NLP to Quantify Environmental, Social, and Governance Communication}},
    author={Tobias Schimanski and Andrin Reding and Nico Reding and Julia Bingler and Mathias Kraus and Markus Leippold},
    year={2023},
    journal={Available on SSRN: https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4622514},
}

Runs of ESGBERT EnvironmentalBERT-action on huggingface.co

27
Total runs
1
24-hour runs
-31
3-day runs
-26
7-day runs
-19
30-day runs

More Information About EnvironmentalBERT-action huggingface.co Model

More EnvironmentalBERT-action license Visit here:

https://choosealicense.com/licenses/apache-2.0

EnvironmentalBERT-action huggingface.co

EnvironmentalBERT-action huggingface.co is an AI model on huggingface.co that provides EnvironmentalBERT-action's model effect (), which can be used instantly with this ESGBERT EnvironmentalBERT-action model. huggingface.co supports a free trial of the EnvironmentalBERT-action model, and also provides paid use of the EnvironmentalBERT-action. Support call EnvironmentalBERT-action model through api, including Node.js, Python, http.

EnvironmentalBERT-action huggingface.co Url

https://huggingface.co/ESGBERT/EnvironmentalBERT-action

ESGBERT EnvironmentalBERT-action online free

EnvironmentalBERT-action huggingface.co is an online trial and call api platform, which integrates EnvironmentalBERT-action's modeling effects, including api services, and provides a free online trial of EnvironmentalBERT-action, you can try EnvironmentalBERT-action online for free by clicking the link below.

ESGBERT EnvironmentalBERT-action online free url in huggingface.co:

https://huggingface.co/ESGBERT/EnvironmentalBERT-action

EnvironmentalBERT-action install

EnvironmentalBERT-action is an open source model from GitHub that offers a free installation service, and any user can find EnvironmentalBERT-action on GitHub to install. At the same time, huggingface.co provides the effect of EnvironmentalBERT-action install, users can directly use EnvironmentalBERT-action installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

EnvironmentalBERT-action install url in huggingface.co:

https://huggingface.co/ESGBERT/EnvironmentalBERT-action

Url of EnvironmentalBERT-action

EnvironmentalBERT-action huggingface.co Url

Provider of EnvironmentalBERT-action huggingface.co

ESGBERT
ORGANIZATIONS

Other API from ESGBERT