Replies: 5 comments 4 replies
|
Can I use it for classification with 500+ categories?
Can I use it with hierarchical categories?
Can I use it with ModernBert models?
Can I add new documents and categories at runtime? So that they be used to classify new documents?
Can it be used for 10000 or 100000 documents?
|
|
I've tried now your example. and changed model like this: but got this error: |
|
But I have strange results in this notebook: If i use Smaller model I have better Validaion score: |




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Can I use it for classification with 500+ categories?
(Like my documents can be from 500 different categories but only one category per document)
Can I use it with hierarchical categories?
(Like there can be 10 root categories 20 sub categories and 30 sub-sub categories. but full name of the category can be 10.20.30 ? )
Can I use it with ModernBert models?
Can I add new documents and categories at runtime? So that they be used to classify new documents?
Can it be used for 10000 or 100000 documents?
All reactions