core.dispatcher.task.tasks¶
Functions
|
Build dispatcher options for profile_api. |
|
Get logger for task module by name. |
Classes
|
This is a generic model class that will be instantiated as one of the model classes of the library—with a token classification head—when created with the |
|
This is a generic tokenizer class that will be instantiated as one of the tokenizer classes of the library when created with the |
|
|
|
Celery application. |
|
This class and subclasses are used as containers for command line options. |
|
Loads the pretrained model which is then used for predicting values Can read more about it here: https://github.com/huggingface/transformers |
|
The tokenizer is responsible for all the preprocessing the pretrained model expects, and can be called directly on one (or list) of texts. |