OpenPrompt icon indicating copy to clipboard operation
OpenPrompt copied to clipboard

fix typing of max_seq_length from str to int

Open Raibows opened this issue 3 years ago • 0 comments

Fix the typing error of max_seq_length: Optional[str] of PromptDataLoader and ErniePromptDataLoader both of which should be int.

Raibows avatar Oct 21 '22 03:10 Raibows