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
Hello! I'd like to know about the details of embedding usage in this model: should the values in the embedding be set to range (0,1); is it ok if i set the labels of words which didn't appear in the embedding to 0 instead of -1(i believe this is ok according to the implement.) Thanks!
The text was updated successfully, but these errors were encountered:
should the values in the embedding be set to range (0,1):
-- No. We normalize the embedding in the implementation, so it will automatically convert the values into range [0, 1]
is it ok if i set the labels of words which didn't appear in the embedding to 0 instead of -1
-- Yes!
Hello! I'd like to know about the details of embedding usage in this model: should the values in the embedding be set to range (0,1); is it ok if i set the labels of words which didn't appear in the embedding to 0 instead of -1(i believe this is ok according to the implement.) Thanks!
The text was updated successfully, but these errors were encountered: