πŸš€ Demo

πŸ‘‰ https://huggingface.co/spaces/QuantaSparkLabs/Nanoclass-bbc-demo

NanoClass-BBC

NanoClass-BBC is a lightweight text classification model trained on the BBC News dataset.
It classifies news articles into predefined categories such as politics, business, sport, tech, and entertainment.

πŸ“Š Dataset

  • BBC News Dataset
  • Publicly available dataset containing labeled news articles
  • Used strictly for research and educational purposes

🏷️ Labels

The model predicts one of the following classes:

  • Business
  • Entertainment
  • Politics
  • Sport
  • Tech

πŸš€ Usage

from transformers import pipeline

classifier = pipeline(
    "text-classification",
    model="Asphate/nanoclass-bbc"
)

classifier("The stock market saw major gains today after the policy announcement.")
Downloads last month
7
Safetensors
Model size
67M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for QuantaSparkLabs/Nanoclass-bbc

Quantizations
1 model

Space using QuantaSparkLabs/Nanoclass-bbc 1