pyabsa.tasks.UniversalSentimentAnalysis.instructor.instructor

Module Contents

Classes

USATrainingInstructor

class pyabsa.tasks.UniversalSentimentAnalysis.instructor.instructor.USATrainingInstructor(config)[source]

Bases: pyabsa.framework.instructor_class.instructor_template.BaseTrainingInstructor

_load_dataset_and_prepare_dataloader()[source]

Load the dataset and prepare the dataloader. This method should be implemented in a subclass.

run()[source]