Skip to content

Use threading to speed up data iteration in tokenization #82

@mbsabath

Description

@mbsabath

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions