Skip to content
Discussion options

You must be logged in to vote

Sounds like you should just be able to use a textcat model. Take a look at the example projects for reference.

Also feeding the whole article into model is not possible due to limitation of the input size (512/1024).

Not entirely sure what you're referring to here, but spaCy can handle automatically splitting and merging documents to get a useful representation. There are issues with very long documents, like whole books, but newspaper articles should be fine.

Prodigy also supports annotations like this, it's a basic annotation mode.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@KMayank29
Comment options

Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / textcat Feature: Text Classifier
2 participants