CJIS Co-pilot: Categories Classifier
Part of the Climate Journalism Intelligence System (CJIS) v3.1 "Journalistic Co-pilot".
Architecture
- Base: Climate-pretrained DeBERTa (MLM on 20k climate articles)
- Head: Specialist classifier for categories
Task
Categories classification for climate journalism articles.
Labels (7)
climate_governance_policyclimate_physical_impactsclimate_socio_environmental_impactsenergy_transitionclimate_adaptationeconomic_frameworksclimate_skepticism
Usage
from transformers import pipeline
classifier = pipeline(
"text-classification",
model="maai-org/cjis-categories-classifier",
return_all_scores=True
)
result = classifier("Your climate article here...")
- Downloads last month
- 191
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support