Why Cls only has "ch" lang_type? but Det and Rec have "en" #563
Unanswered
wnpllrzodiac
asked this question in
Q&A
Replies: 1 comment
-
|
Since this model only performs a binary classification and is relatively simple, and multiple languages were mixed during training, it no longer distinguishes between ch and en. However, this model will be updated later, and I haven't integrated it here yet. Subsequent can focus on: #536 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
class LangCls(Enum):
CH = "ch"
Beta Was this translation helpful? Give feedback.
All reactions