We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48e91b4 + 60cb750 commit 99e886bCopy full SHA for 99e886b
tfkit/test/utility/test_utility_tok.py
@@ -24,7 +24,7 @@ def testTok(self):
24
pad = tfkit.utility.tok.tok_pad(tokenizer)
25
self.assertEqual(pad, "[PAD]")
26
27
- def testTok(self):
+ def testTok_roberta(self):
28
tokenizer = AutoTokenizer.from_pretrained('distilroberta-base')
29
begin = tfkit.utility.tok.tok_begin(tokenizer)
30
self.assertEqual(begin, "<s>")
0 commit comments