Home
last modified time | relevance | path

Searched refs:clean_up_tokenization_spaces (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/examples/mediatek/aot_utils/llm_utils/tokenizers_/
H A Dtokenization_utils_fast.py663 clean_up_tokenization_spaces: bool = None,
674 clean_up_tokenization_spaces = (
675 clean_up_tokenization_spaces
676 if clean_up_tokenization_spaces is not None
677 else self.clean_up_tokenization_spaces
679 if clean_up_tokenization_spaces:
H A Dtokenization_llama.py174 clean_up_tokenization_spaces=False, argument
220 clean_up_tokenization_spaces=clean_up_tokenization_spaces,
/aosp_15_r20/external/executorch/examples/models/phi-3-mini/
H A Deager.py87 clean_up_tokenization_spaces=False,