UNPKG

react-native-executorch

Version:

An easy way to run AI models in React Native with ExecuTorch

10 lines (9 loc) 233 B
export const SPECIAL_TOKENS = { BOS_TOKEN: 'bos_token', EOS_TOKEN: 'eos_token', UNK_TOKEN: 'unk_token', SEP_TOKEN: 'sep_token', PAD_TOKEN: 'pad_token', CLS_TOKEN: 'cls_token', MASK_TOKEN: 'mask_token', };