M96820
feat: finetune on synthetic data
ba222f8
raw
history blame
160 Bytes
import json
with open("synthetic_data.jsonl", "r") as infile:
for line in infile:
data = json.loads(line)
print(data) # Verify structure