Output decode

#86
by kajalnegi - opened

using code in the documentation

processor.batch_decode(output[:, inputs["input_ids"].shape[-1]:])[0]

produces

TypeError: tuple indices must be integers or slices, not tuple

Sign up or log in to comment