import pandas as pd
filename = “lamini_docs.jsonl”
instruction_dataset_df = pd.read_json(filename, lines=True)
examples = instruction_dataset_df.to_dict()
import pandas as pd
filename = “lamini_docs.jsonl”
instruction_dataset_df = pd.read_json(filename, lines=True)
examples = instruction_dataset_df.to_dict()
Please share the link to the lecture you’re referring to.
check the solution here: Why do I get this error when training the model, running the anaconda, py notebook locally? - #2 by elirod