Hi.
I used the notebook lab2_batch_transform.ipynb of @philschmid to launch batch for inferences. My dataset is composed of texts in Portuguese (ie, with accents).
When I download the json file created and open it with Sublime Text
or note
, I see that all letters with accents were converted as following:
(...)
{"inputs": "forma\u00e7\u00e3o ...}
(...)
In this example, forma\u00e7\u00e3o
is formação
.
What do you think? I can use my json file or I need to solve this problem in order to get (real) letters with accents in my json file? Thanks.