xiezhe24 commited on
Commit
5be720a
·
verified ·
1 Parent(s): be98e89

Update processing_qwen2_ts.py

Browse files
Files changed (1) hide show
  1. processing_qwen2_ts.py +1 -1
processing_qwen2_ts.py CHANGED
@@ -184,4 +184,4 @@ class Qwen2TSProcessor(ProcessorMixin):
184
  This method forwards all its arguments to Qwen2TokenizerFast's [`~PreTrainedTokenizer.decode`]. Please refer to
185
  the docstring of this method for more information.
186
  """
187
- return self.tokenizer.decode(*args, **kwargs)
 
184
  This method forwards all its arguments to Qwen2TokenizerFast's [`~PreTrainedTokenizer.decode`]. Please refer to
185
  the docstring of this method for more information.
186
  """
187
+ return self.tokenizer.decode(*args, **kwargs)