thunlp / OpenPrompt

An Open-Source Framework for Prompt-Learning.
https://thunlp.github.io/OpenPrompt/
Apache License 2.0
4.38k stars 455 forks source link

fix typing of max_seq_length from str to int #206

Open Raibows opened 2 years ago

Raibows commented 2 years ago

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