MCPcopy Create free account
hub / github.com/SpatialVLA/SpatialVLA / batch_decode

Method batch_decode

model/processing_spatialvla.py:195–200  ·  view source on GitHub ↗

This method forwards all its arguments to GemmaTokenizerFast's [`~PreTrainedTokenizer.batch_decode`]. Please refer to the docstring of this method for more information.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

193
194 # Copied from transformers.models.clip.processing_clip.CLIPProcessor.batch_decode with CLIP->Gemma
195 def batch_decode(self, *args, **kwargs):
196 """
197 This method forwards all its arguments to GemmaTokenizerFast's [`~PreTrainedTokenizer.batch_decode`]. Please
198 refer to the docstring of this method for more information.
199 """
200 return self.tokenizer.batch_decode(*args, **kwargs)
201
202 # Copied from transformers.models.clip.processing_clip.CLIPProcessor.decode with CLIP->Gemma
203 def decode(self, *args, **kwargs):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected