You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with open("ft_data/alpaca_data.jsonl", "w", encoding="utf-8") as file_alpaca:
for row in df.itertuples():
alpaca_data = json.dumps(
{
"instruction": "You are an assistant that takes a piece of text that has been corrupted during OCR digitisation, and produce a corrected version of the same text.",