Open Dada-Cloudzxy opened 6 months ago
how to set max_new_tokens? I just could find 'maxlen' var in 'main.py', and it would cost too muck time for testing.
When I set maxlen to 512, my tests on the HH dataset took about 30 times longer than the baseline method.
That doesn't seem to match what the paper says
@hongyanz @Liyuhui-12
how to set max_new_tokens? I just could find 'maxlen' var in 'main.py', and it would cost too muck time for testing.