climatebert / transition-physical

huggingface.co
Total runs: 101
24-hour runs: -2
7-day runs: -73
30-day runs: -411
Model's Last Updated: July 18 2023
text-classification

Introduction of transition-physical

Model Details of transition-physical

Model Card for transition-physical

Model Description

This is the fine-tuned ClimateBERT language model with a classification head for detecting sentences that are either related to transition risks or to physical climate risks. Using the climatebert/distilroberta-base-climate-f language model as starting point, the distilroberta-base-climate-detector model is fine-tuned on our human-annotated dataset.

Citation Information
@article{deng2023war,
  title={War and Policy: Investor Expectations on the Net-Zero Transition},
  author={Deng, Ming and Leippold, Markus and Wagner, Alexander F and Wang, Qian},
  journal={Swiss Finance Institute Research Paper},
  number={22-29},
  year={2023}
}
How to Get Started With the Model

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

from transformers import AutoModelForSequenceClassification, AutoTokenizer, pipeline
from transformers.pipelines.pt_utils import KeyDataset
import datasets
from tqdm.auto import tqdm
 
dataset_name = "climatebert/climate_detection"
tokenizer_name = “"climatebert/distilroberta-base-climate-detector"
model_name = "climatebert/transition-physical"
 
# If you want to use your own data, simply load them as 🤗 Datasets dataset, see https://huggingface.co/docs/datasets/loading
dataset = datasets.load_dataset(dataset_name, split="test")
 
model = AutoModelForSequenceClassification.from_pretrained(model_name)
tokenizer = AutoTokenizer.from_pretrained(tokenizer_name, max_len=512)
 
pipe = pipeline("text-classification", model=model, tokenizer=tokenizer, device=0)
 
# See https://huggingface.co/docs/transformers/main_classes/pipelines#transformers.pipeline
for out in tqdm(pipe(KeyDataset(dataset, "text"), padding=True, truncation=True)):
   print(out)

Runs of climatebert transition-physical on huggingface.co

101
Total runs
-2
24-hour runs
-4
3-day runs
-73
7-day runs
-411
30-day runs

More Information About transition-physical huggingface.co Model

More transition-physical license Visit here:

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

transition-physical huggingface.co

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

transition-physical huggingface.co Url

https://huggingface.co/climatebert/transition-physical

climatebert transition-physical online free

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

climatebert transition-physical online free url in huggingface.co:

https://huggingface.co/climatebert/transition-physical

transition-physical install

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

transition-physical install url in huggingface.co:

https://huggingface.co/climatebert/transition-physical

Url of transition-physical

transition-physical huggingface.co Url

Provider of transition-physical huggingface.co

climatebert
ORGANIZATIONS

Other API from climatebert