Edit model card

Fine-tuned roberta-base for detecting paragraphs on the topic of 'Economy, Food, and Resource Exploitation'

Description

This is a fine tuned roberta-base model for detecting whether paragraphs drawn from ethnographic source material are about 'Economy, Food, and Resource Exploitation'.

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_economy")
classifier("Example text to classify")

Training data

...

Training procedure

...

Evaluation

Evals on the test set are reported below.

Metric Value
Precision 89.3
Recall 89.5
F1 89.4
Downloads last month
6
Safetensors
Model size
125M params
Tensor type
F32
·
Inference Examples
Inference API (serverless) is not available, repository is disabled.