likaixin commited on
Commit
fb28010
1 Parent(s): 74cd590

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - question-answering
5
+ - text-generation
6
+ - text2text-generation
7
+ language:
8
+ - en
9
+ tags:
10
+ - code
11
+ size_categories:
12
+ - 100K<n<1M
13
+ ---
14
+
15
+ # Introduction
16
+ This dataset contains **verified** solutions from the [TACO dataset](https://huggingface.co/datasets/BAAI/TACO)'s **training set**. Solutions that fail to pass all the test cases are removed. Problems with no correct solution are also removed.
17
+
18
+ The solutions were executed on Intel E5-2620 v3 CPUs with the execution timeout set to 10 seconds.
19
+
20
+ # Statistics in the training set
21
+
22
+ | Dataset | # Problems | # Solutions |
23
+ |---------------|------------|-----------|
24
+ | TACO | 25443 | 1468722 |
25
+ | TACO-verified | 12898 | 1043251 |
26
+ | Correct Ratio | 50.69 % | 71.03 % |