Thew Dhanat

Results 1 issues of Thew Dhanat

When loaded with `transformers.AutoTokenizer.from_pretrained`, the `model_max_len` was set to `1000000000000000019884624838656`. This results in `IndexError: index out of range in self` when using with flair in the code below. ```python from...

bug