realms_adventurers / test_dataset.py
rvorias's picture
fix: fix key error and dataset_infos
f246a33
import json
with open("metadata.json", "r") as f:
data = json.load(f)
for sample in data:
if "caption" not in sample and "discord_prompt" not in sample:
print(sample)