gpt2-ml-finetune-
gpt2-ml-finetune- copied to clipboard
why pre_data output no text (pre_data為什麼會把文本處理成空)
i found my text to this script output no text. then I debug and find pre_data text2 = re.sub(pattern1,'',text) .the text is not None but text2 is None
really thanks to helping me