mlpen / Nystromformer

Apache License 2.0
356 stars 41 forks source link

Length of Text Classification Task of LRA #13

Closed lxchtan closed 2 years ago

lxchtan commented 2 years ago

Hello, I noticed that in your paper, Table 3 shown the Text (4K). However, max_length was set to 1000 in your code LRA/datasets/text.py. Is the Text task length 4K or 1K for the scores given in Table 3?

yyxiongzju commented 2 years ago

Hi lxchtan,

Thanks for your interest. It is the 4K sequence length for the scores in Table 3.

lxchtan commented 2 years ago

Thanks for your kindly reply.