Update Plaincode CNL dataset card
Browse files
README.md
CHANGED
|
@@ -67,7 +67,7 @@ Each row contains:
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
-
"accepted_rows":
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
@@ -518,25 +518,26 @@ Each row contains:
|
|
| 518 |
"train-00446.jsonl.gz",
|
| 519 |
"train-00447.jsonl.gz",
|
| 520 |
"train-00448.jsonl.gz",
|
| 521 |
-
"train-00449.jsonl.gz"
|
|
|
|
| 522 |
],
|
| 523 |
"duplicates": 0,
|
| 524 |
"family_counts": {
|
| 525 |
-
"async":
|
| 526 |
-
"classes":
|
| 527 |
-
"comprehensions":
|
| 528 |
-
"context_managers":
|
| 529 |
-
"exceptions":
|
| 530 |
-
"functions":
|
| 531 |
-
"generators":
|
| 532 |
-
"imports":
|
| 533 |
-
"lambda":
|
| 534 |
-
"loops":
|
| 535 |
-
"simple_module":
|
| 536 |
},
|
| 537 |
"filter_reasons": {
|
| 538 |
-
"auto_generated":
|
| 539 |
-
"skipped_path_pattern":
|
| 540 |
"syntax_error:'(' was never closed": 70,
|
| 541 |
"syntax_error:'[' was never closed": 2,
|
| 542 |
"syntax_error:'return' outside function": 2,
|
|
@@ -550,7 +551,7 @@ Each row contains:
|
|
| 550 |
"syntax_error:Generator expression must be parenthesized": 1,
|
| 551 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 14,
|
| 552 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 13,
|
| 553 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 554 |
"syntax_error:bytes can only contain ASCII literal characters": 1,
|
| 555 |
"syntax_error:can't use starred expression here": 1,
|
| 556 |
"syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
|
|
@@ -586,7 +587,7 @@ Each row contains:
|
|
| 586 |
"syntax_error:invalid decimal literal": 31,
|
| 587 |
"syntax_error:invalid hexadecimal literal": 8,
|
| 588 |
"syntax_error:invalid non-printable character U+00A0": 1,
|
| 589 |
-
"syntax_error:invalid syntax":
|
| 590 |
"syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
|
| 591 |
"syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
|
| 592 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 24,
|
|
@@ -612,12 +613,12 @@ Each row contains:
|
|
| 612 |
"syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
|
| 613 |
"syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
|
| 614 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 615 |
-
"too_large":
|
| 616 |
"too_many_ast_nodes": 8,
|
| 617 |
"too_many_lines": 143,
|
| 618 |
"too_small": 653
|
| 619 |
},
|
| 620 |
-
"filtered_candidates":
|
| 621 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 622 |
"languages": [
|
| 623 |
"en",
|
|
@@ -632,10 +633,10 @@ Each row contains:
|
|
| 632 |
"resume_skipped_accepted_rows": 22350,
|
| 633 |
"resume_start_shard": 447,
|
| 634 |
"run_id": "run_20260530_075234_utc",
|
| 635 |
-
"seen_candidates":
|
| 636 |
-
"shards_completed":
|
| 637 |
"source_label_counts": {
|
| 638 |
-
"github_code_clean_python_mit_single":
|
| 639 |
},
|
| 640 |
"source_specs": [
|
| 641 |
{
|
|
@@ -651,7 +652,7 @@ Each row contains:
|
|
| 651 |
"started_utc": "2026-05-30T07:52:36+00:00",
|
| 652 |
"strict_gate_failures": 0,
|
| 653 |
"target_accepted_rows": 100000,
|
| 654 |
-
"updated_utc": "2026-05-30T08:28:
|
| 655 |
}
|
| 656 |
```
|
| 657 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 22550,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 518 |
"train-00446.jsonl.gz",
|
| 519 |
"train-00447.jsonl.gz",
|
| 520 |
"train-00448.jsonl.gz",
|
| 521 |
+
"train-00449.jsonl.gz",
|
| 522 |
+
"train-00450.jsonl.gz"
|
| 523 |
],
|
| 524 |
"duplicates": 0,
|
| 525 |
"family_counts": {
|
| 526 |
+
"async": 2,
|
| 527 |
+
"classes": 100,
|
| 528 |
+
"comprehensions": 39,
|
| 529 |
+
"context_managers": 32,
|
| 530 |
+
"exceptions": 48,
|
| 531 |
+
"functions": 152,
|
| 532 |
+
"generators": 9,
|
| 533 |
+
"imports": 180,
|
| 534 |
+
"lambda": 11,
|
| 535 |
+
"loops": 79,
|
| 536 |
+
"simple_module": 6
|
| 537 |
},
|
| 538 |
"filter_reasons": {
|
| 539 |
+
"auto_generated": 1468,
|
| 540 |
+
"skipped_path_pattern": 1486,
|
| 541 |
"syntax_error:'(' was never closed": 70,
|
| 542 |
"syntax_error:'[' was never closed": 2,
|
| 543 |
"syntax_error:'return' outside function": 2,
|
|
|
|
| 551 |
"syntax_error:Generator expression must be parenthesized": 1,
|
| 552 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 14,
|
| 553 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 13,
|
| 554 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 2897,
|
| 555 |
"syntax_error:bytes can only contain ASCII literal characters": 1,
|
| 556 |
"syntax_error:can't use starred expression here": 1,
|
| 557 |
"syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
|
|
|
|
| 587 |
"syntax_error:invalid decimal literal": 31,
|
| 588 |
"syntax_error:invalid hexadecimal literal": 8,
|
| 589 |
"syntax_error:invalid non-printable character U+00A0": 1,
|
| 590 |
+
"syntax_error:invalid syntax": 238,
|
| 591 |
"syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
|
| 592 |
"syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
|
| 593 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 24,
|
|
|
|
| 613 |
"syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
|
| 614 |
"syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
|
| 615 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 616 |
+
"too_large": 2126,
|
| 617 |
"too_many_ast_nodes": 8,
|
| 618 |
"too_many_lines": 143,
|
| 619 |
"too_small": 653
|
| 620 |
},
|
| 621 |
+
"filtered_candidates": 9502,
|
| 622 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 623 |
"languages": [
|
| 624 |
"en",
|
|
|
|
| 633 |
"resume_skipped_accepted_rows": 22350,
|
| 634 |
"resume_start_shard": 447,
|
| 635 |
"run_id": "run_20260530_075234_utc",
|
| 636 |
+
"seen_candidates": 32070,
|
| 637 |
+
"shards_completed": 451,
|
| 638 |
"source_label_counts": {
|
| 639 |
+
"github_code_clean_python_mit_single": 200
|
| 640 |
},
|
| 641 |
"source_specs": [
|
| 642 |
{
|
|
|
|
| 652 |
"started_utc": "2026-05-30T07:52:36+00:00",
|
| 653 |
"strict_gate_failures": 0,
|
| 654 |
"target_accepted_rows": 100000,
|
| 655 |
+
"updated_utc": "2026-05-30T08:28:10+00:00"
|
| 656 |
}
|
| 657 |
```
|
| 658 |
|