Unverified Commit 9d60eebe authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

up (#13536)

parent a2045067
...@@ -149,6 +149,10 @@ class SpeechToTextTokenizerTest(TokenizerTesterMixin, unittest.TestCase): ...@@ -149,6 +149,10 @@ class SpeechToTextTokenizerTest(TokenizerTesterMixin, unittest.TestCase):
def test_token_type_ids(self): def test_token_type_ids(self):
pass pass
# currently tokenizer cannot do encoding, but just decoding
def test_added_token_are_matched_longest_first(self):
pass
# currently tokenizer cannot do encoding, but just decoding # currently tokenizer cannot do encoding, but just decoding
@is_pt_tf_cross_test @is_pt_tf_cross_test
def test_batch_encode_plus_tensors(self): def test_batch_encode_plus_tensors(self):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment