Text classification test
datamodule #
datamodule(request: FixtureRequest) -> LightningDataModule
Fixture that creates the datamodule for the given config.
test_dataset_location #
test_dataset_location(
prepared_datamodule: TextClassificationDataModule,
)
Test that the dataset is downloaded to the correct location.