The results produced by the learn and test come in the format of JSON objects (one per label). Since we usually have several labels in a run, we append each to the results.json file as a new line. Thus, the final file is not a JSON file, but a JSON Lines (if I'm not mistaken) and should get a jsonl extension.
The results produced by the
learnandtestcome in the format of JSON objects (one per label). Since we usually have several labels in a run, we append each to theresults.jsonfile as a new line. Thus, the final file is not a JSON file, but a JSON Lines (if I'm not mistaken) and should get ajsonlextension.