Hi, I am running batch transform on Sagemaker using BERT model, and my input file is json lines format. If I select ‘MultiRecord’ in ‘batchStrategy’, It gives the following error:
“code”: 400,
“type”: “InternalServerException”,
“message”: Extra data: line 2 column 1 (char 296)"
How could I modify the inference.py or input file format or the batch transform code to fix this error? Any suggestion is welcome.