I just figured it out. You need both "train" and "valid" examples, following the same structure as:
{
"train": [
"your data here"
],
"valid": [
"your data here"
]
}
Originally posted by @brandaobrandisborges in #76 (comment)
This didn't work, still same error, please what's the possible solution?