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
Say I have training data with sizes: X: (sequence_length, num_states), y: (sequence_length), in more detail, I have a sequence with length 20, for each token in this sequence, I extracted a feature array like [0.3, 0.1, 1, 0, ...] with length num_states, and the label of this sequence is ["B", "I", "I", "O", ...], with length sequence_len, is this module suitable for the situation above?
Hi, Is there any instance code of high-order CRFs for reference?
The text was updated successfully, but these errors were encountered: