Hi,
I'm looking through your training data (the json representation).
I found a instance where tokens are not followed by a EOS node.
"targets": [
"Nm",
"idle,sources",
"Cal",
"Nm",
"get",
"EOS",
"Nm",
"i",
"EOS",
"EOS"
],
"target_seq": "idleSources.get(i)",
Could you please elaborate why there is no EOS after "idle,sources" in this case?
Hi,
I'm looking through your training data (the json representation).
I found a instance where tokens are not followed by a EOS node.
Could you please elaborate why there is no EOS after "idle,sources" in this case?