You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use decoder feature in SequenceTagger. And found SequenceTagger inherit directly from Classifier instead of DefaultClassifier like most of other models. So what's missing here and how can we add decoder function into SequenceTagger or let SequenceTagger inherit from DefaultClassifier?
Solution
maybe migrate SequenceTagger to inherit from DefaultClassifier.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Hi @yidengcoupang
SequenceTagger doesen't inherit from DefaultClassifier, as it's usage of the CRF is more complex than the default settings. You can use the TokenClassifier for a simpler implementation.
Problem statement
I want to use decoder feature in SequenceTagger. And found SequenceTagger inherit directly from Classifier instead of DefaultClassifier like most of other models. So what's missing here and how can we add decoder function into SequenceTagger or let SequenceTagger inherit from DefaultClassifier?
Solution
maybe migrate SequenceTagger to inherit from DefaultClassifier.
Additional Context
No response
The text was updated successfully, but these errors were encountered: