(self)
| 501 | self.model_tester.create_and_check_xlnet_token_classif(*config_and_inputs) |
| 502 | |
| 503 | def test_xlnet_qa(self): |
| 504 | self.model_tester.set_seed() |
| 505 | config_and_inputs = self.model_tester.prepare_config_and_inputs() |
| 506 | self.model_tester.create_and_check_xlnet_qa(*config_and_inputs) |
| 507 | |
| 508 | @slow |
| 509 | def test_model_from_pretrained(self): |
nothing calls this directly
no test coverage detected