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",
|
|
@@ -451,26 +451,27 @@
|
|
| 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":
|
| 460 |
-
"comprehensions":
|
| 461 |
-
"context_managers":
|
| 462 |
-
"exceptions":
|
| 463 |
-
"functions":
|
| 464 |
-
"generators":
|
| 465 |
-
"imports":
|
| 466 |
-
"lambda":
|
| 467 |
-
"loops":
|
| 468 |
-
"simple_module":
|
| 469 |
},
|
| 470 |
"filter_reasons": {
|
| 471 |
-
"auto_generated":
|
| 472 |
-
"skipped_path_pattern":
|
| 473 |
-
"syntax_error:'(' was never closed":
|
| 474 |
"syntax_error:'[' was never closed": 2,
|
| 475 |
"syntax_error:'return' outside function": 2,
|
| 476 |
"syntax_error:'u' and 'r' prefixes are incompatible": 19,
|
|
@@ -483,7 +484,7 @@
|
|
| 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(...)?":
|
| 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,
|
|
@@ -513,7 +514,7 @@
|
|
| 513 |
"syntax_error:from __future__ imports must occur at the beginning of the file": 1,
|
| 514 |
"syntax_error:future feature relative_imports is not defined": 1,
|
| 515 |
"syntax_error:import * only allowed at module level": 1,
|
| 516 |
-
"syntax_error:inconsistent use of tabs and spaces in indentation":
|
| 517 |
"syntax_error:invalid character '§' (U+00A7)": 1,
|
| 518 |
"syntax_error:invalid character '…' (U+2026)": 1,
|
| 519 |
"syntax_error:invalid decimal literal": 31,
|
|
@@ -545,12 +546,12 @@
|
|
| 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":
|
| 549 |
"too_many_ast_nodes": 8,
|
| 550 |
"too_many_lines": 143,
|
| 551 |
"too_small": 653
|
| 552 |
},
|
| 553 |
-
"filtered_candidates":
|
| 554 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 555 |
"languages": [
|
| 556 |
"en",
|
|
@@ -565,10 +566,10 @@
|
|
| 565 |
"resume_skipped_accepted_rows": 22350,
|
| 566 |
"resume_start_shard": 447,
|
| 567 |
"run_id": "run_20260530_075234_utc",
|
| 568 |
-
"seen_candidates":
|
| 569 |
-
"shards_completed":
|
| 570 |
"source_label_counts": {
|
| 571 |
-
"github_code_clean_python_mit_single":
|
| 572 |
},
|
| 573 |
"source_specs": [
|
| 574 |
{
|
|
@@ -584,5 +585,5 @@
|
|
| 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:
|
| 588 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accepted_rows": 22600,
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
|
|
| 451 |
"train-00447.jsonl.gz",
|
| 452 |
"train-00448.jsonl.gz",
|
| 453 |
"train-00449.jsonl.gz",
|
| 454 |
+
"train-00450.jsonl.gz",
|
| 455 |
+
"train-00451.jsonl.gz"
|
| 456 |
],
|
| 457 |
"duplicates": 0,
|
| 458 |
"family_counts": {
|
| 459 |
"async": 2,
|
| 460 |
+
"classes": 131,
|
| 461 |
+
"comprehensions": 49,
|
| 462 |
+
"context_managers": 38,
|
| 463 |
+
"exceptions": 60,
|
| 464 |
+
"functions": 191,
|
| 465 |
+
"generators": 11,
|
| 466 |
+
"imports": 219,
|
| 467 |
+
"lambda": 13,
|
| 468 |
+
"loops": 101,
|
| 469 |
+
"simple_module": 9
|
| 470 |
},
|
| 471 |
"filter_reasons": {
|
| 472 |
+
"auto_generated": 1473,
|
| 473 |
+
"skipped_path_pattern": 1488,
|
| 474 |
+
"syntax_error:'(' was never closed": 71,
|
| 475 |
"syntax_error:'[' was never closed": 2,
|
| 476 |
"syntax_error:'return' outside function": 2,
|
| 477 |
"syntax_error:'u' and 'r' prefixes are incompatible": 19,
|
|
|
|
| 484 |
"syntax_error:Generator expression must be parenthesized": 1,
|
| 485 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 14,
|
| 486 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 13,
|
| 487 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 2905,
|
| 488 |
"syntax_error:bytes can only contain ASCII literal characters": 1,
|
| 489 |
"syntax_error:can't use starred expression here": 1,
|
| 490 |
"syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
|
|
|
|
| 514 |
"syntax_error:from __future__ imports must occur at the beginning of the file": 1,
|
| 515 |
"syntax_error:future feature relative_imports is not defined": 1,
|
| 516 |
"syntax_error:import * only allowed at module level": 1,
|
| 517 |
+
"syntax_error:inconsistent use of tabs and spaces in indentation": 127,
|
| 518 |
"syntax_error:invalid character '§' (U+00A7)": 1,
|
| 519 |
"syntax_error:invalid character '…' (U+2026)": 1,
|
| 520 |
"syntax_error:invalid decimal literal": 31,
|
|
|
|
| 546 |
"syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
|
| 547 |
"syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
|
| 548 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 549 |
+
"too_large": 2134,
|
| 550 |
"too_many_ast_nodes": 8,
|
| 551 |
"too_many_lines": 143,
|
| 552 |
"too_small": 653
|
| 553 |
},
|
| 554 |
+
"filtered_candidates": 9527,
|
| 555 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 556 |
"languages": [
|
| 557 |
"en",
|
|
|
|
| 566 |
"resume_skipped_accepted_rows": 22350,
|
| 567 |
"resume_start_shard": 447,
|
| 568 |
"run_id": "run_20260530_075234_utc",
|
| 569 |
+
"seen_candidates": 32145,
|
| 570 |
+
"shards_completed": 452,
|
| 571 |
"source_label_counts": {
|
| 572 |
+
"github_code_clean_python_mit_single": 250
|
| 573 |
},
|
| 574 |
"source_specs": [
|
| 575 |
{
|
|
|
|
| 585 |
"started_utc": "2026-05-30T07:52:36+00:00",
|
| 586 |
"strict_gate_failures": 0,
|
| 587 |
"target_accepted_rows": 100000,
|
| 588 |
+
"updated_utc": "2026-05-30T08:28:16+00:00"
|
| 589 |
}
|