Update Plaincode CNL manifest
Browse files- manifest.json +24 -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",
|
|
@@ -450,25 +450,26 @@
|
|
| 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":
|
| 458 |
-
"classes":
|
| 459 |
-
"comprehensions":
|
| 460 |
-
"context_managers":
|
| 461 |
-
"exceptions":
|
| 462 |
-
"functions":
|
| 463 |
-
"generators":
|
| 464 |
-
"imports":
|
| 465 |
-
"lambda":
|
| 466 |
-
"loops":
|
| 467 |
-
"simple_module":
|
| 468 |
},
|
| 469 |
"filter_reasons": {
|
| 470 |
-
"auto_generated":
|
| 471 |
-
"skipped_path_pattern":
|
| 472 |
"syntax_error:'(' was never closed": 70,
|
| 473 |
"syntax_error:'[' was never closed": 2,
|
| 474 |
"syntax_error:'return' outside function": 2,
|
|
@@ -482,7 +483,7 @@
|
|
| 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(...)?":
|
| 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,
|
|
@@ -518,7 +519,7 @@
|
|
| 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":
|
| 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,12 +545,12 @@
|
|
| 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":
|
| 548 |
"too_many_ast_nodes": 8,
|
| 549 |
"too_many_lines": 143,
|
| 550 |
"too_small": 653
|
| 551 |
},
|
| 552 |
-
"filtered_candidates":
|
| 553 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 554 |
"languages": [
|
| 555 |
"en",
|
|
@@ -564,10 +565,10 @@
|
|
| 564 |
"resume_skipped_accepted_rows": 22350,
|
| 565 |
"resume_start_shard": 447,
|
| 566 |
"run_id": "run_20260530_075234_utc",
|
| 567 |
-
"seen_candidates":
|
| 568 |
-
"shards_completed":
|
| 569 |
"source_label_counts": {
|
| 570 |
-
"github_code_clean_python_mit_single":
|
| 571 |
},
|
| 572 |
"source_specs": [
|
| 573 |
{
|
|
@@ -583,5 +584,5 @@
|
|
| 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:
|
| 587 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accepted_rows": 22550,
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
|
|
| 450 |
"train-00446.jsonl.gz",
|
| 451 |
"train-00447.jsonl.gz",
|
| 452 |
"train-00448.jsonl.gz",
|
| 453 |
+
"train-00449.jsonl.gz",
|
| 454 |
+
"train-00450.jsonl.gz"
|
| 455 |
],
|
| 456 |
"duplicates": 0,
|
| 457 |
"family_counts": {
|
| 458 |
+
"async": 2,
|
| 459 |
+
"classes": 100,
|
| 460 |
+
"comprehensions": 39,
|
| 461 |
+
"context_managers": 32,
|
| 462 |
+
"exceptions": 48,
|
| 463 |
+
"functions": 152,
|
| 464 |
+
"generators": 9,
|
| 465 |
+
"imports": 180,
|
| 466 |
+
"lambda": 11,
|
| 467 |
+
"loops": 79,
|
| 468 |
+
"simple_module": 6
|
| 469 |
},
|
| 470 |
"filter_reasons": {
|
| 471 |
+
"auto_generated": 1468,
|
| 472 |
+
"skipped_path_pattern": 1486,
|
| 473 |
"syntax_error:'(' was never closed": 70,
|
| 474 |
"syntax_error:'[' was never closed": 2,
|
| 475 |
"syntax_error:'return' outside function": 2,
|
|
|
|
| 483 |
"syntax_error:Generator expression must be parenthesized": 1,
|
| 484 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 14,
|
| 485 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 13,
|
| 486 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 2897,
|
| 487 |
"syntax_error:bytes can only contain ASCII literal characters": 1,
|
| 488 |
"syntax_error:can't use starred expression here": 1,
|
| 489 |
"syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
|
|
|
|
| 519 |
"syntax_error:invalid decimal literal": 31,
|
| 520 |
"syntax_error:invalid hexadecimal literal": 8,
|
| 521 |
"syntax_error:invalid non-printable character U+00A0": 1,
|
| 522 |
+
"syntax_error:invalid syntax": 238,
|
| 523 |
"syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
|
| 524 |
"syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
|
| 525 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 24,
|
|
|
|
| 545 |
"syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
|
| 546 |
"syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
|
| 547 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 548 |
+
"too_large": 2126,
|
| 549 |
"too_many_ast_nodes": 8,
|
| 550 |
"too_many_lines": 143,
|
| 551 |
"too_small": 653
|
| 552 |
},
|
| 553 |
+
"filtered_candidates": 9502,
|
| 554 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 555 |
"languages": [
|
| 556 |
"en",
|
|
|
|
| 565 |
"resume_skipped_accepted_rows": 22350,
|
| 566 |
"resume_start_shard": 447,
|
| 567 |
"run_id": "run_20260530_075234_utc",
|
| 568 |
+
"seen_candidates": 32070,
|
| 569 |
+
"shards_completed": 451,
|
| 570 |
"source_label_counts": {
|
| 571 |
+
"github_code_clean_python_mit_single": 200
|
| 572 |
},
|
| 573 |
"source_specs": [
|
| 574 |
{
|
|
|
|
| 584 |
"started_utc": "2026-05-30T07:52:36+00:00",
|
| 585 |
"strict_gate_failures": 0,
|
| 586 |
"target_accepted_rows": 100000,
|
| 587 |
+
"updated_utc": "2026-05-30T08:28:10+00:00"
|
| 588 |
}
|