I am running the training lab on colab, the step where the model is finetuned using 3 lines of code fails with the below:
ValueError: Each object must have input_key={input_key} (and optionally output_key={output_key}). You can pass in different input_key and output_keys
I do have the correct jsonl file. Wondering if the modules I have are of a different version and maybe expects the input file in a different format.
Any thoughts?
Thanks.