rqualis commited on
Commit
3895e4e
·
verified ·
1 Parent(s): 7d2f7d0

Delete research_1/code_example.jsonl

Browse files
Files changed (1) hide show
  1. research_1/code_example.jsonl +0 -2
research_1/code_example.jsonl DELETED
@@ -1,2 +0,0 @@
1
- {"id": "single-line-comment", "prompt": "Write a comment in the Python programming language.", "completion": "# i am a comment" }
2
- {"id": "hellow-world-program", "prompt": "Write a hello world program in the Python programming language.", "completion": "#!/usr/bin/env python \n print('hello world)'" }