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",
|
|
@@ -519,26 +519,27 @@ Each row contains:
|
|
| 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":
|
| 528 |
-
"comprehensions":
|
| 529 |
-
"context_managers":
|
| 530 |
-
"exceptions":
|
| 531 |
-
"functions":
|
| 532 |
-
"generators":
|
| 533 |
-
"imports":
|
| 534 |
-
"lambda":
|
| 535 |
-
"loops":
|
| 536 |
-
"simple_module":
|
| 537 |
},
|
| 538 |
"filter_reasons": {
|
| 539 |
-
"auto_generated":
|
| 540 |
-
"skipped_path_pattern":
|
| 541 |
-
"syntax_error:'(' was never closed":
|
| 542 |
"syntax_error:'[' was never closed": 2,
|
| 543 |
"syntax_error:'return' outside function": 2,
|
| 544 |
"syntax_error:'u' and 'r' prefixes are incompatible": 19,
|
|
@@ -551,7 +552,7 @@ Each row contains:
|
|
| 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(...)?":
|
| 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,
|
|
@@ -581,7 +582,7 @@ Each row contains:
|
|
| 581 |
"syntax_error:from __future__ imports must occur at the beginning of the file": 1,
|
| 582 |
"syntax_error:future feature relative_imports is not defined": 1,
|
| 583 |
"syntax_error:import * only allowed at module level": 1,
|
| 584 |
-
"syntax_error:inconsistent use of tabs and spaces in indentation":
|
| 585 |
"syntax_error:invalid character '§' (U+00A7)": 1,
|
| 586 |
"syntax_error:invalid character '…' (U+2026)": 1,
|
| 587 |
"syntax_error:invalid decimal literal": 31,
|
|
@@ -613,12 +614,12 @@ Each row contains:
|
|
| 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":
|
| 617 |
"too_many_ast_nodes": 8,
|
| 618 |
"too_many_lines": 143,
|
| 619 |
"too_small": 653
|
| 620 |
},
|
| 621 |
-
"filtered_candidates":
|
| 622 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 623 |
"languages": [
|
| 624 |
"en",
|
|
@@ -633,10 +634,10 @@ Each row contains:
|
|
| 633 |
"resume_skipped_accepted_rows": 22350,
|
| 634 |
"resume_start_shard": 447,
|
| 635 |
"run_id": "run_20260530_075234_utc",
|
| 636 |
-
"seen_candidates":
|
| 637 |
-
"shards_completed":
|
| 638 |
"source_label_counts": {
|
| 639 |
-
"github_code_clean_python_mit_single":
|
| 640 |
},
|
| 641 |
"source_specs": [
|
| 642 |
{
|
|
@@ -652,7 +653,7 @@ Each row contains:
|
|
| 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:
|
| 656 |
}
|
| 657 |
```
|
| 658 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 22600,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 519 |
"train-00447.jsonl.gz",
|
| 520 |
"train-00448.jsonl.gz",
|
| 521 |
"train-00449.jsonl.gz",
|
| 522 |
+
"train-00450.jsonl.gz",
|
| 523 |
+
"train-00451.jsonl.gz"
|
| 524 |
],
|
| 525 |
"duplicates": 0,
|
| 526 |
"family_counts": {
|
| 527 |
"async": 2,
|
| 528 |
+
"classes": 131,
|
| 529 |
+
"comprehensions": 49,
|
| 530 |
+
"context_managers": 38,
|
| 531 |
+
"exceptions": 60,
|
| 532 |
+
"functions": 191,
|
| 533 |
+
"generators": 11,
|
| 534 |
+
"imports": 219,
|
| 535 |
+
"lambda": 13,
|
| 536 |
+
"loops": 101,
|
| 537 |
+
"simple_module": 9
|
| 538 |
},
|
| 539 |
"filter_reasons": {
|
| 540 |
+
"auto_generated": 1473,
|
| 541 |
+
"skipped_path_pattern": 1488,
|
| 542 |
+
"syntax_error:'(' was never closed": 71,
|
| 543 |
"syntax_error:'[' was never closed": 2,
|
| 544 |
"syntax_error:'return' outside function": 2,
|
| 545 |
"syntax_error:'u' and 'r' prefixes are incompatible": 19,
|
|
|
|
| 552 |
"syntax_error:Generator expression must be parenthesized": 1,
|
| 553 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 14,
|
| 554 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 13,
|
| 555 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 2905,
|
| 556 |
"syntax_error:bytes can only contain ASCII literal characters": 1,
|
| 557 |
"syntax_error:can't use starred expression here": 1,
|
| 558 |
"syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
|
|
|
|
| 582 |
"syntax_error:from __future__ imports must occur at the beginning of the file": 1,
|
| 583 |
"syntax_error:future feature relative_imports is not defined": 1,
|
| 584 |
"syntax_error:import * only allowed at module level": 1,
|
| 585 |
+
"syntax_error:inconsistent use of tabs and spaces in indentation": 127,
|
| 586 |
"syntax_error:invalid character '§' (U+00A7)": 1,
|
| 587 |
"syntax_error:invalid character '…' (U+2026)": 1,
|
| 588 |
"syntax_error:invalid decimal literal": 31,
|
|
|
|
| 614 |
"syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
|
| 615 |
"syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
|
| 616 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 617 |
+
"too_large": 2134,
|
| 618 |
"too_many_ast_nodes": 8,
|
| 619 |
"too_many_lines": 143,
|
| 620 |
"too_small": 653
|
| 621 |
},
|
| 622 |
+
"filtered_candidates": 9527,
|
| 623 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 624 |
"languages": [
|
| 625 |
"en",
|
|
|
|
| 634 |
"resume_skipped_accepted_rows": 22350,
|
| 635 |
"resume_start_shard": 447,
|
| 636 |
"run_id": "run_20260530_075234_utc",
|
| 637 |
+
"seen_candidates": 32145,
|
| 638 |
+
"shards_completed": 452,
|
| 639 |
"source_label_counts": {
|
| 640 |
+
"github_code_clean_python_mit_single": 250
|
| 641 |
},
|
| 642 |
"source_specs": [
|
| 643 |
{
|
|
|
|
| 653 |
"started_utc": "2026-05-30T07:52:36+00:00",
|
| 654 |
"strict_gate_failures": 0,
|
| 655 |
"target_accepted_rows": 100000,
|
| 656 |
+
"updated_utc": "2026-05-30T08:28:16+00:00"
|
| 657 |
}
|
| 658 |
```
|
| 659 |
|