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
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Might be an issue with setting a default value for the padding index in the utils.tokenized_text_in_tokens function.
Actually, more specifically, I think this function is only used in the tokenizer.tokenize function, which in turn is only used in the predict method of the FastTextModel class.
But it is called before the actual padding index is calculated (which depends on the input data).
Might be an issue with setting a default value for the padding index in the utils.tokenized_text_in_tokens function.
Actually, more specifically, I think this function is only used in the tokenizer.tokenize function, which in turn is only used in the predict method of the FastTextModel class.
But it is called before the actual padding index is calculated (which depends on the input data).