Upload dataset_stress.jsonl with huggingface_hub
Browse files- dataset_stress.jsonl +11 -1
dataset_stress.jsonl
CHANGED
|
@@ -1,4 +1,14 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
{"id":"stress_groovy_02","dataset_type":"stress","language":"Groovy","task_category":"id_bug","prompt_en":"","prompt_nl":"","code_snippet_input":"","canonical_solution":"","unit_test_setup":"","unit_test_assertion":""}
|
| 3 |
{"id":"stress_groovy_03","dataset_type":"stress","language":"Groovy","task_category":"syntax recall","prompt_en":"","prompt_nl":"","code_snippet_input":"","canonical_solution":"","unit_test_setup":"","unit_test_assertion":""}
|
| 4 |
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id":"stress_groovy_01",
|
| 3 |
+
"dataset_type":"stress",
|
| 4 |
+
"language":"Groovy",
|
| 5 |
+
"task_category":"elem_func",
|
| 6 |
+
"prompt_en":"","prompt_nl":"",
|
| 7 |
+
"code_snippet_input":"",
|
| 8 |
+
"canonical_solution":"",
|
| 9 |
+
"unit_test_setup":"",
|
| 10 |
+
"unit_test_assertion":""
|
| 11 |
+
}
|
| 12 |
{"id":"stress_groovy_02","dataset_type":"stress","language":"Groovy","task_category":"id_bug","prompt_en":"","prompt_nl":"","code_snippet_input":"","canonical_solution":"","unit_test_setup":"","unit_test_assertion":""}
|
| 13 |
{"id":"stress_groovy_03","dataset_type":"stress","language":"Groovy","task_category":"syntax recall","prompt_en":"","prompt_nl":"","code_snippet_input":"","canonical_solution":"","unit_test_setup":"","unit_test_assertion":""}
|
| 14 |
|