Update Plaincode CNL dataset card
Browse files
README.md
CHANGED
|
@@ -68,8 +68,8 @@ Each row contains:
|
|
| 68 |
|
| 69 |
```json
|
| 70 |
{
|
| 71 |
-
"accepted_python_sources":
|
| 72 |
-
"accepted_rows":
|
| 73 |
"completed_shards": [
|
| 74 |
"train-00000.jsonl.gz",
|
| 75 |
"train-00001.jsonl.gz",
|
|
@@ -554,26 +554,27 @@ Each row contains:
|
|
| 554 |
"train-00480.jsonl.gz",
|
| 555 |
"train-00481.jsonl.gz",
|
| 556 |
"train-00482.jsonl.gz",
|
| 557 |
-
"train-00483.jsonl.gz"
|
|
|
|
| 558 |
],
|
| 559 |
"duplicates": 0,
|
| 560 |
-
"emitted_language_rows":
|
| 561 |
"family_counts": {
|
| 562 |
-
"async":
|
| 563 |
-
"classes":
|
| 564 |
-
"comprehensions":
|
| 565 |
-
"context_managers":
|
| 566 |
-
"exceptions":
|
| 567 |
-
"functions":
|
| 568 |
-
"generators":
|
| 569 |
-
"imports":
|
| 570 |
-
"lambda":
|
| 571 |
-
"loops":
|
| 572 |
-
"simple_module":
|
| 573 |
},
|
| 574 |
"filter_reasons": {
|
| 575 |
-
"auto_generated":
|
| 576 |
-
"skipped_path_pattern":
|
| 577 |
"syntax_error:'(' was never closed": 78,
|
| 578 |
"syntax_error:'[' was never closed": 2,
|
| 579 |
"syntax_error:'return' outside function": 2,
|
|
@@ -587,7 +588,7 @@ Each row contains:
|
|
| 587 |
"syntax_error:Generator expression must be parenthesized": 1,
|
| 588 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 14,
|
| 589 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 14,
|
| 590 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 591 |
"syntax_error:bytes can only contain ASCII literal characters": 1,
|
| 592 |
"syntax_error:can't use starred expression here": 1,
|
| 593 |
"syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
|
|
@@ -651,12 +652,12 @@ Each row contains:
|
|
| 651 |
"syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
|
| 652 |
"syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
|
| 653 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 654 |
-
"too_large":
|
| 655 |
"too_many_ast_nodes": 8,
|
| 656 |
"too_many_lines": 162,
|
| 657 |
-
"too_small":
|
| 658 |
},
|
| 659 |
-
"filtered_candidates":
|
| 660 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
|
| 661 |
"languages": [
|
| 662 |
"en",
|
|
@@ -672,10 +673,10 @@ Each row contains:
|
|
| 672 |
"resume_start_shard": 447,
|
| 673 |
"row_schema": "one-language-per-row",
|
| 674 |
"run_id": "run_20260530_103908_utc",
|
| 675 |
-
"seen_candidates":
|
| 676 |
-
"shards_completed":
|
| 677 |
"source_label_counts": {
|
| 678 |
-
"github_code_clean_python_mit_single":
|
| 679 |
},
|
| 680 |
"source_specs": [
|
| 681 |
{
|
|
@@ -691,7 +692,7 @@ Each row contains:
|
|
| 691 |
"started_utc": "2026-05-30T10:39:10+00:00",
|
| 692 |
"strict_gate_failures": 0,
|
| 693 |
"target_accepted_rows": 100000,
|
| 694 |
-
"updated_utc": "2026-05-30T11:
|
| 695 |
}
|
| 696 |
```
|
| 697 |
|
|
|
|
| 68 |
|
| 69 |
```json
|
| 70 |
{
|
| 71 |
+
"accepted_python_sources": 24250,
|
| 72 |
+
"accepted_rows": 24250,
|
| 73 |
"completed_shards": [
|
| 74 |
"train-00000.jsonl.gz",
|
| 75 |
"train-00001.jsonl.gz",
|
|
|
|
| 554 |
"train-00480.jsonl.gz",
|
| 555 |
"train-00481.jsonl.gz",
|
| 556 |
"train-00482.jsonl.gz",
|
| 557 |
+
"train-00483.jsonl.gz",
|
| 558 |
+
"train-00484.jsonl.gz"
|
| 559 |
],
|
| 560 |
"duplicates": 0,
|
| 561 |
+
"emitted_language_rows": 145500,
|
| 562 |
"family_counts": {
|
| 563 |
+
"async": 17,
|
| 564 |
+
"classes": 966,
|
| 565 |
+
"comprehensions": 334,
|
| 566 |
+
"context_managers": 248,
|
| 567 |
+
"exceptions": 468,
|
| 568 |
+
"functions": 1438,
|
| 569 |
+
"generators": 65,
|
| 570 |
+
"imports": 1727,
|
| 571 |
+
"lambda": 116,
|
| 572 |
+
"loops": 724,
|
| 573 |
+
"simple_module": 50
|
| 574 |
},
|
| 575 |
"filter_reasons": {
|
| 576 |
+
"auto_generated": 1574,
|
| 577 |
+
"skipped_path_pattern": 1591,
|
| 578 |
"syntax_error:'(' was never closed": 78,
|
| 579 |
"syntax_error:'[' was never closed": 2,
|
| 580 |
"syntax_error:'return' outside function": 2,
|
|
|
|
| 588 |
"syntax_error:Generator expression must be parenthesized": 1,
|
| 589 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 14,
|
| 590 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 14,
|
| 591 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 3141,
|
| 592 |
"syntax_error:bytes can only contain ASCII literal characters": 1,
|
| 593 |
"syntax_error:can't use starred expression here": 1,
|
| 594 |
"syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
|
|
|
|
| 652 |
"syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
|
| 653 |
"syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
|
| 654 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 655 |
+
"too_large": 2329,
|
| 656 |
"too_many_ast_nodes": 8,
|
| 657 |
"too_many_lines": 162,
|
| 658 |
+
"too_small": 700
|
| 659 |
},
|
| 660 |
+
"filtered_candidates": 10281,
|
| 661 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
|
| 662 |
"languages": [
|
| 663 |
"en",
|
|
|
|
| 673 |
"resume_start_shard": 447,
|
| 674 |
"row_schema": "one-language-per-row",
|
| 675 |
"run_id": "run_20260530_103908_utc",
|
| 676 |
+
"seen_candidates": 34552,
|
| 677 |
+
"shards_completed": 485,
|
| 678 |
"source_label_counts": {
|
| 679 |
+
"github_code_clean_python_mit_single": 1900
|
| 680 |
},
|
| 681 |
"source_specs": [
|
| 682 |
{
|
|
|
|
| 692 |
"started_utc": "2026-05-30T10:39:10+00:00",
|
| 693 |
"strict_gate_failures": 0,
|
| 694 |
"target_accepted_rows": 100000,
|
| 695 |
+
"updated_utc": "2026-05-30T11:19:01+00:00"
|
| 696 |
}
|
| 697 |
```
|
| 698 |
|