kalomaze commited on
Commit
96545a5
·
verified ·
1 Parent(s): d5e12ab

Add README

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - judge-training
5
+ - ast
6
+ - python
7
+ ---
8
+
9
+ # code-judge-ast-python-15k-it1
10
+
11
+ 15k examples of Python code + yes/no structural property questions with deterministic AST ground truth. 3-5 points per example, balanced to 40-60% per property.
12
+
13
+ Source: [The Stack v1](https://huggingface.co/datasets/bigcode/the-stack) (deduplicated Python).