BBC News Article Classifier

This model classifies BBC news articles into categories.

Usage

from transformers import pipeline
classifier = pipeline("token-classification", model="hfastino/bbc-news-article-classifier")
result = classifier("Your article text here...")

Example

text = "The Prime Minister announced new economic policies today..."
result = classifier(text)
print(result)
Downloads last month
3
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using hfastino/bbc-news-article-classifier 1