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

Method decode

model/processing_spatialvla.py:203–208  ·  view source on GitHub ↗

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

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

201
202 # Copied from transformers.models.clip.processing_clip.CLIPProcessor.decode with CLIP->Gemma
203 def decode(self, *args, **kwargs):
204 """
205 This method forwards all its arguments to GemmaTokenizerFast's [`~PreTrainedTokenizer.decode`]. Please refer to
206 the docstring of this method for more information.
207 """
208 return self.tokenizer.decode(*args, **kwargs)
209
210 @property
211 def model_input_names(self):

Callers 1

multi_modal_get_itemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected