Adds pretrained IDs directly in the tests (#29534)
* Adds pretrained IDs directly in the tests * Fix tests * Fix tests * Review!
This commit is contained in:
@@ -26,6 +26,7 @@ from ...test_tokenization_common import TokenizerTesterMixin
|
||||
|
||||
@require_sacremoses
|
||||
class BioGptTokenizationTest(TokenizerTesterMixin, unittest.TestCase):
|
||||
from_pretrained_id = "microsoft/biogpt"
|
||||
tokenizer_class = BioGptTokenizer
|
||||
test_rust_tokenizer = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user