nlu-benchmark
nlu-benchmark copied to clipboard
Please check example at line 9085 of train_PlayMusic_full.json
The example starting at line 9085 has errors (lexical) and also has some weird characters that can't be decoded, generating weird errors when loading or manipulating. Please have a look at that. See below:
{
"data": [
{
"text": "I want toi hear some "
},
{
"text": "Pop Punk Perfection ������",
"entity": "playlist"
},
{
"text": " off of "
},
{
"text": "Deezer",
"entity": "service"
}
]
},