InkedWings's picture
Add community task: example-evaluation
cdc6f69 verified
Raw
History Blame
146 Bytes
import json
from pathlib import Path
Path('/root/results').mkdir(parents=True, exist_ok=True)
Path('/root/results/answers.json').write_text('[]')