AnthusAI / Plexus

An orchestration system for managing text classification at scale using LLMs, ML models, and NLP.
https://anthusai.github.io/Plexus/
MIT License
4 stars 0 forks source link

Classifier for HuggingFace ccnews #8

Open uokesita opened 2 months ago

uokesita commented 2 months ago

@endymion Can this be a good issue to work on to start with Plexus? https://huggingface.co/datasets/stanford-oval/ccnews

Is there a similar classifier in Plexus I can have a look at?

endymion commented 2 months ago

Yes, that one looks better than the other news-based one that I was looking at because the category classifications in this one are strings. The other one used numbers as indexes, and that would make things more complicated and a little less fun.

This one has some weird category names: "Scottish News".

But that seems okay.