Update processing_qwen2_ts.py
Browse files- 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)
|