Mt0 or Bloomz model: results are always same short length?
#56
by
dsbyprateekg
- opened
For BLOOMZ, try set min_new_tokens
For mT0 maybe the new tokens are all special tokens that are removed or so - can you check the shape of the output? I.e. does it correspond to >= 2000
for mt0, it tells you in the warning that 2000 is too big
for bloomz the output looks ok to me. you may get better perf doing e.g. {text}. Please translate the prior text to English.
for {text}
i meant that you should put your text 😂