my own modified scripts: (give details below) The tasks I am working on is: an official GLUE/SQUaD task: (give the name) my own task or dataset: (give details below) To reproduce tokenizer = GPT2Tokenizer.from_pretrained("gpt2", truncation_side="left") print(tokenizer.truncation_side)...