Update Plaincode CNL manifest
Browse files- manifest.json +25 -23
manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"accepted_rows":
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
@@ -449,29 +449,30 @@
|
|
| 449 |
"train-00445.jsonl.gz",
|
| 450 |
"train-00446.jsonl.gz",
|
| 451 |
"train-00447.jsonl.gz",
|
| 452 |
-
"train-00448.jsonl.gz"
|
|
|
|
| 453 |
],
|
| 454 |
"duplicates": 0,
|
| 455 |
"family_counts": {
|
| 456 |
"async": 1,
|
| 457 |
-
"classes":
|
| 458 |
-
"comprehensions":
|
| 459 |
-
"context_managers":
|
| 460 |
-
"exceptions":
|
| 461 |
-
"functions":
|
| 462 |
"generators": 7,
|
| 463 |
-
"imports":
|
| 464 |
-
"lambda":
|
| 465 |
-
"loops":
|
| 466 |
-
"simple_module":
|
| 467 |
},
|
| 468 |
"filter_reasons": {
|
| 469 |
-
"auto_generated":
|
| 470 |
-
"skipped_path_pattern":
|
| 471 |
"syntax_error:'(' was never closed": 70,
|
| 472 |
"syntax_error:'[' was never closed": 2,
|
| 473 |
"syntax_error:'return' outside function": 2,
|
| 474 |
-
"syntax_error:'u' and 'r' prefixes are incompatible":
|
| 475 |
"syntax_error:'yield from' inside async function": 1,
|
| 476 |
"syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \\UXXXXXXXX escape": 2,
|
| 477 |
"syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 3037-3038: truncated \\uXXXX escape": 1,
|
|
@@ -481,7 +482,8 @@
|
|
| 481 |
"syntax_error:Generator expression must be parenthesized": 1,
|
| 482 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 14,
|
| 483 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 13,
|
| 484 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
|
|
|
| 485 |
"syntax_error:can't use starred expression here": 1,
|
| 486 |
"syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
|
| 487 |
"syntax_error:closing parenthesis ']' does not match opening parenthesis '('": 1,
|
|
@@ -516,7 +518,7 @@
|
|
| 516 |
"syntax_error:invalid decimal literal": 31,
|
| 517 |
"syntax_error:invalid hexadecimal literal": 8,
|
| 518 |
"syntax_error:invalid non-printable character U+00A0": 1,
|
| 519 |
-
"syntax_error:invalid syntax":
|
| 520 |
"syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
|
| 521 |
"syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
|
| 522 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 24,
|
|
@@ -542,12 +544,12 @@
|
|
| 542 |
"syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
|
| 543 |
"syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
|
| 544 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 545 |
-
"too_large":
|
| 546 |
"too_many_ast_nodes": 8,
|
| 547 |
"too_many_lines": 143,
|
| 548 |
-
"too_small":
|
| 549 |
},
|
| 550 |
-
"filtered_candidates":
|
| 551 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 552 |
"languages": [
|
| 553 |
"en",
|
|
@@ -562,10 +564,10 @@
|
|
| 562 |
"resume_skipped_accepted_rows": 22350,
|
| 563 |
"resume_start_shard": 447,
|
| 564 |
"run_id": "run_20260530_075234_utc",
|
| 565 |
-
"seen_candidates":
|
| 566 |
-
"shards_completed":
|
| 567 |
"source_label_counts": {
|
| 568 |
-
"github_code_clean_python_mit_single":
|
| 569 |
},
|
| 570 |
"source_specs": [
|
| 571 |
{
|
|
@@ -581,5 +583,5 @@
|
|
| 581 |
"started_utc": "2026-05-30T07:52:36+00:00",
|
| 582 |
"strict_gate_failures": 0,
|
| 583 |
"target_accepted_rows": 100000,
|
| 584 |
-
"updated_utc": "2026-05-30T08:
|
| 585 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accepted_rows": 22500,
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
|
|
| 449 |
"train-00445.jsonl.gz",
|
| 450 |
"train-00446.jsonl.gz",
|
| 451 |
"train-00447.jsonl.gz",
|
| 452 |
+
"train-00448.jsonl.gz",
|
| 453 |
+
"train-00449.jsonl.gz"
|
| 454 |
],
|
| 455 |
"duplicates": 0,
|
| 456 |
"family_counts": {
|
| 457 |
"async": 1,
|
| 458 |
+
"classes": 73,
|
| 459 |
+
"comprehensions": 32,
|
| 460 |
+
"context_managers": 24,
|
| 461 |
+
"exceptions": 36,
|
| 462 |
+
"functions": 115,
|
| 463 |
"generators": 7,
|
| 464 |
+
"imports": 135,
|
| 465 |
+
"lambda": 8,
|
| 466 |
+
"loops": 59,
|
| 467 |
+
"simple_module": 5
|
| 468 |
},
|
| 469 |
"filter_reasons": {
|
| 470 |
+
"auto_generated": 1465,
|
| 471 |
+
"skipped_path_pattern": 1484,
|
| 472 |
"syntax_error:'(' was never closed": 70,
|
| 473 |
"syntax_error:'[' was never closed": 2,
|
| 474 |
"syntax_error:'return' outside function": 2,
|
| 475 |
+
"syntax_error:'u' and 'r' prefixes are incompatible": 19,
|
| 476 |
"syntax_error:'yield from' inside async function": 1,
|
| 477 |
"syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \\UXXXXXXXX escape": 2,
|
| 478 |
"syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 3037-3038: truncated \\uXXXX escape": 1,
|
|
|
|
| 482 |
"syntax_error:Generator expression must be parenthesized": 1,
|
| 483 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 14,
|
| 484 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 13,
|
| 485 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 2891,
|
| 486 |
+
"syntax_error:bytes can only contain ASCII literal characters": 1,
|
| 487 |
"syntax_error:can't use starred expression here": 1,
|
| 488 |
"syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
|
| 489 |
"syntax_error:closing parenthesis ']' does not match opening parenthesis '('": 1,
|
|
|
|
| 518 |
"syntax_error:invalid decimal literal": 31,
|
| 519 |
"syntax_error:invalid hexadecimal literal": 8,
|
| 520 |
"syntax_error:invalid non-printable character U+00A0": 1,
|
| 521 |
+
"syntax_error:invalid syntax": 237,
|
| 522 |
"syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
|
| 523 |
"syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
|
| 524 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 24,
|
|
|
|
| 544 |
"syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
|
| 545 |
"syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
|
| 546 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 547 |
+
"too_large": 2120,
|
| 548 |
"too_many_ast_nodes": 8,
|
| 549 |
"too_many_lines": 143,
|
| 550 |
+
"too_small": 653
|
| 551 |
},
|
| 552 |
+
"filtered_candidates": 9484,
|
| 553 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 554 |
"languages": [
|
| 555 |
"en",
|
|
|
|
| 564 |
"resume_skipped_accepted_rows": 22350,
|
| 565 |
"resume_start_shard": 447,
|
| 566 |
"run_id": "run_20260530_075234_utc",
|
| 567 |
+
"seen_candidates": 32002,
|
| 568 |
+
"shards_completed": 450,
|
| 569 |
"source_label_counts": {
|
| 570 |
+
"github_code_clean_python_mit_single": 150
|
| 571 |
},
|
| 572 |
"source_specs": [
|
| 573 |
{
|
|
|
|
| 583 |
"started_utc": "2026-05-30T07:52:36+00:00",
|
| 584 |
"strict_gate_failures": 0,
|
| 585 |
"target_accepted_rows": 100000,
|
| 586 |
+
"updated_utc": "2026-05-30T08:28:04+00:00"
|
| 587 |
}
|