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
We currently have dict_to_samples and samples_to_features as two very separate stages.
For some use cases (e.g. fast tokenizers) this is not ideal. Let's redesign this crucial part in FARM.
@Timoeller implement "dataset_from_dicts" and do basic cleaning for squad => "boilerplate for dataset_from_dicts for other processors", "get rid of dict_to_samples etc. and just call dataset_from_dicts"
We currently have dict_to_samples and samples_to_features as two very separate stages.
For some use cases (e.g. fast tokenizers) this is not ideal. Let's redesign this crucial part in FARM.
The text was updated successfully, but these errors were encountered: