OpenPrompt
OpenPrompt copied to clipboard
fix typing of max_seq_length from str to int
Fix the typing error of max_seq_length: Optional[str] of PromptDataLoader and ErniePromptDataLoader both of which should be int.