CoolFace
Modelpublic

dell-research-harvard/topic-fire

sourceHugging Facecc-by-4.0updated 2y agoView on Hugging Face
0likes6downloads
Model Card

Fine-tuned distilroberta-base for detecting news on fires

Model Description

This model is a finetuned distilroberta-base, for classifying whether news articles are about fires.

How to Use

python
from transformers import pipeline
classifier = pipeline("text-classification", model="dell-research-harvard/topic-fire")
classifier("Building destroyed by fire")

Training data

The model was trained on a hand-labelled sample of data from the NEWSWIRE dataset.

SplitSize
Train554
Dev118
Test118

Test set results

MetricResult
F10.9709
Accuracy0.9746
Precision0.9434
Recall1.0000

Citation Information

You can cite this dataset using

@misc{silcock2024newswirelargescalestructureddatabase,
      title={Newswire: A Large-Scale Structured Database of a Century of Historical News}, 
      author={Emily Silcock and Abhishek Arora and Luca D'Amico-Wong and Melissa Dell},
      year={2024},
      eprint={2406.09490},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2406.09490}, 
}

Applications

We applied this model to a century of historical news articles. You can see all the classifications in the NEWSWIRE dataset.