Edit model card

Fine-tuned roberta-base for detecting paragraphs on the topic of 'religion'

Description

This is a fine tuned roberta-base model for detecting whether paragraphs drawn from ethnographic source material are about 'religion'.

Usage

The easiest way to use this model at inference time is with the HF pipelines API.

from transformers import pipeline

classifier = pipeline("text-classification", model="gptmurdock/classifier-main_subjects_religion")
classifier("Example text to classify")

Training data

...

Training procedure

...

Evaluation

Evals on the test set are reported below.

Metric Value
Precision 89.9
Recall 90.2
F1 90.0
Downloads last month
18
Safetensors
Model size
125M params
Tensor type
F32
·
Inference Examples
Inference API (serverless) is not available, repository is disabled.