ClimAdaptLM
Collection
A family of domain- and task-specific language model agents that, together, structure the landscape of climate change adaptation policies. • 4 items • Updated
How to use jetskewur/ClimAdaptLM-x-adaptation-specificity-predictor with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="jetskewur/ClimAdaptLM-x-adaptation-specificity-predictor") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("jetskewur/ClimAdaptLM-x-adaptation-specificity-predictor")
model = AutoModelForSequenceClassification.from_pretrained("jetskewur/ClimAdaptLM-x-adaptation-specificity-predictor")This model is a fine-tuned version of climatebert/distilroberta-base-climate-f on climate change adaptation policy elements (input) and adaptation specificity scores (output).
This model predicts the adaptation specificity (on a scale from 0 to 1) of climate adaptation policy elements.
More information needed
More information needed
The following hyperparameters were used during training:
The model is evaluated on a test set of 1152 policy elements.
MSE: 0.02479
Base model
climatebert/distilroberta-base-climate-f