MikeZheng777 commited on
Commit
fb60a3f
·
verified ·
1 Parent(s): e36ad41

Add files using upload-large-folder tool

Browse files
Files changed (2) hide show
  1. train.parquet +3 -0
  2. train_example.json +24 -0
train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96b17fef2a1393a9cf5ef36d7ecb105878347ae4f561bc9dd2a096f03653b0ad
3
+ size 7861153295
train_example.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_source": "codecontests",
3
+ "prompt": [
4
+ {
5
+ "role": "user",
6
+ "content": "You will be given a question (problem specification) and will generate a correct Python program that matches the specification and passes all tests.\n\nQuestion: Twins\n\nsquare1001 and E869120 are twins.\n\nPlease output the one that was born first.\n\ninput\n\nNo input is given.\n\noutput\n\nOutput the correct character string on one line.\n\nHowever, insert a line break at the end.\n\nOutput example 1\n\n\nsquare1001\n\n\n\n\n\n\nExample\n\nInput\n\n\n\n\nOutput\n\nRead the inputs from stdin solve the problem and write the answer to stdout (do not directly test on the sample inputs). Enclose your code within delimiters as follows. Ensure that when the python program runs, it reads the inputs, runs the algorithm and writes output to STDOUT.\n```python\n# YOUR CODE HERE\n```"
7
+ }
8
+ ],
9
+ "raw_prompt": "Twins\n\nsquare1001 and E869120 are twins.\n\nPlease output the one that was born first.\n\ninput\n\nNo input is given.\n\noutput\n\nOutput the correct character string on one line.\n\nHowever, insert a line break at the end.\n\nOutput example 1\n\n\nsquare1001\n\n\n\n\n\n\nExample\n\nInput\n\n\n\n\nOutput",
10
+ "ability": "code",
11
+ "reward_model": {
12
+ "style": "rule",
13
+ "ground_truth": "(1 test cases, truncated)"
14
+ },
15
+ "extra_info": {
16
+ "split": "train",
17
+ "index": 0,
18
+ "source": "AIZU",
19
+ "title": "Twins",
20
+ "id": "p02197",
21
+ "num_test_cases": 1,
22
+ "num_python_solutions": 2
23
+ }
24
+ }