From 9d60eebeb52ed3c266ab8e0cc6871ebeb08a5bc1 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Mon, 13 Sep 2021 11:30:10 +0200 Subject: [PATCH] up (#13536) --- tests/test_tokenization_speech_to_text_2.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_tokenization_speech_to_text_2.py b/tests/test_tokenization_speech_to_text_2.py index 1517555e72..5260a31381 100644 --- a/tests/test_tokenization_speech_to_text_2.py +++ b/tests/test_tokenization_speech_to_text_2.py @@ -149,6 +149,10 @@ class SpeechToTextTokenizerTest(TokenizerTesterMixin, unittest.TestCase): def test_token_type_ids(self): 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 @is_pt_tf_cross_test def test_batch_encode_plus_tensors(self):