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
Currently in tokenizer, examples are loaded into the queue one example at a time in a single threaded manner. we should be able to have multiple concurrent requests loading, assuming that hugging face iterable datasets are thread safe