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 May 19, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Sequence classifier only uses bert-base-uncased base model and corresponding vocabulary and tokenizer for fine tuning.
Describe the solution you'd like
Allow use of different base models and way to pass corresponding vocabulary hash file for cudf subword tokenizer.