Update Plaincode CNL dataset card
Browse files
README.md
CHANGED
|
@@ -68,8 +68,8 @@ Each row contains:
|
|
| 68 |
|
| 69 |
```json
|
| 70 |
{
|
| 71 |
-
"accepted_python_sources":
|
| 72 |
-
"accepted_rows":
|
| 73 |
"completed_shards": [
|
| 74 |
"train-00000.jsonl.gz",
|
| 75 |
"train-00001.jsonl.gz",
|
|
@@ -529,26 +529,27 @@ Each row contains:
|
|
| 529 |
"train-00455.jsonl.gz",
|
| 530 |
"train-00456.jsonl.gz",
|
| 531 |
"train-00457.jsonl.gz",
|
| 532 |
-
"train-00458.jsonl.gz"
|
|
|
|
| 533 |
],
|
| 534 |
"duplicates": 0,
|
| 535 |
-
"emitted_language_rows":
|
| 536 |
"family_counts": {
|
| 537 |
"async": 7,
|
| 538 |
-
"classes":
|
| 539 |
-
"comprehensions":
|
| 540 |
-
"context_managers":
|
| 541 |
-
"exceptions":
|
| 542 |
-
"functions":
|
| 543 |
"generators": 21,
|
| 544 |
-
"imports":
|
| 545 |
-
"lambda":
|
| 546 |
-
"loops":
|
| 547 |
-
"simple_module":
|
| 548 |
},
|
| 549 |
"filter_reasons": {
|
| 550 |
-
"auto_generated":
|
| 551 |
-
"skipped_path_pattern":
|
| 552 |
"syntax_error:'(' was never closed": 75,
|
| 553 |
"syntax_error:'[' was never closed": 2,
|
| 554 |
"syntax_error:'return' outside function": 2,
|
|
@@ -562,7 +563,7 @@ Each row contains:
|
|
| 562 |
"syntax_error:Generator expression must be parenthesized": 1,
|
| 563 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 14,
|
| 564 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 13,
|
| 565 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 566 |
"syntax_error:bytes can only contain ASCII literal characters": 1,
|
| 567 |
"syntax_error:can't use starred expression here": 1,
|
| 568 |
"syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
|
|
@@ -624,12 +625,12 @@ Each row contains:
|
|
| 624 |
"syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
|
| 625 |
"syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
|
| 626 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 627 |
-
"too_large":
|
| 628 |
"too_many_ast_nodes": 8,
|
| 629 |
-
"too_many_lines":
|
| 630 |
-
"too_small":
|
| 631 |
},
|
| 632 |
-
"filtered_candidates":
|
| 633 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
|
| 634 |
"languages": [
|
| 635 |
"en",
|
|
@@ -645,10 +646,10 @@ Each row contains:
|
|
| 645 |
"resume_start_shard": 447,
|
| 646 |
"row_schema": "one-language-per-row",
|
| 647 |
"run_id": "run_20260530_103908_utc",
|
| 648 |
-
"seen_candidates":
|
| 649 |
-
"shards_completed":
|
| 650 |
"source_label_counts": {
|
| 651 |
-
"github_code_clean_python_mit_single":
|
| 652 |
},
|
| 653 |
"source_specs": [
|
| 654 |
{
|
|
@@ -664,7 +665,7 @@ Each row contains:
|
|
| 664 |
"started_utc": "2026-05-30T10:39:10+00:00",
|
| 665 |
"strict_gate_failures": 0,
|
| 666 |
"target_accepted_rows": 100000,
|
| 667 |
-
"updated_utc": "2026-05-30T11:15:
|
| 668 |
}
|
| 669 |
```
|
| 670 |
|
|
|
|
| 68 |
|
| 69 |
```json
|
| 70 |
{
|
| 71 |
+
"accepted_python_sources": 23000,
|
| 72 |
+
"accepted_rows": 23000,
|
| 73 |
"completed_shards": [
|
| 74 |
"train-00000.jsonl.gz",
|
| 75 |
"train-00001.jsonl.gz",
|
|
|
|
| 529 |
"train-00455.jsonl.gz",
|
| 530 |
"train-00456.jsonl.gz",
|
| 531 |
"train-00457.jsonl.gz",
|
| 532 |
+
"train-00458.jsonl.gz",
|
| 533 |
+
"train-00459.jsonl.gz"
|
| 534 |
],
|
| 535 |
"duplicates": 0,
|
| 536 |
+
"emitted_language_rows": 138000,
|
| 537 |
"family_counts": {
|
| 538 |
"async": 7,
|
| 539 |
+
"classes": 339,
|
| 540 |
+
"comprehensions": 119,
|
| 541 |
+
"context_managers": 97,
|
| 542 |
+
"exceptions": 165,
|
| 543 |
+
"functions": 501,
|
| 544 |
"generators": 21,
|
| 545 |
+
"imports": 580,
|
| 546 |
+
"lambda": 41,
|
| 547 |
+
"loops": 254,
|
| 548 |
+
"simple_module": 21
|
| 549 |
},
|
| 550 |
"filter_reasons": {
|
| 551 |
+
"auto_generated": 1504,
|
| 552 |
+
"skipped_path_pattern": 1509,
|
| 553 |
"syntax_error:'(' was never closed": 75,
|
| 554 |
"syntax_error:'[' was never closed": 2,
|
| 555 |
"syntax_error:'return' outside function": 2,
|
|
|
|
| 563 |
"syntax_error:Generator expression must be parenthesized": 1,
|
| 564 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 14,
|
| 565 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 13,
|
| 566 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 2970,
|
| 567 |
"syntax_error:bytes can only contain ASCII literal characters": 1,
|
| 568 |
"syntax_error:can't use starred expression here": 1,
|
| 569 |
"syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
|
|
|
|
| 625 |
"syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
|
| 626 |
"syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
|
| 627 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 628 |
+
"too_large": 2186,
|
| 629 |
"too_many_ast_nodes": 8,
|
| 630 |
+
"too_many_lines": 149,
|
| 631 |
+
"too_small": 670
|
| 632 |
},
|
| 633 |
+
"filtered_candidates": 9732,
|
| 634 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
|
| 635 |
"languages": [
|
| 636 |
"en",
|
|
|
|
| 646 |
"resume_start_shard": 447,
|
| 647 |
"row_schema": "one-language-per-row",
|
| 648 |
"run_id": "run_20260530_103908_utc",
|
| 649 |
+
"seen_candidates": 32751,
|
| 650 |
+
"shards_completed": 460,
|
| 651 |
"source_label_counts": {
|
| 652 |
+
"github_code_clean_python_mit_single": 650
|
| 653 |
},
|
| 654 |
"source_specs": [
|
| 655 |
{
|
|
|
|
| 665 |
"started_utc": "2026-05-30T10:39:10+00:00",
|
| 666 |
"strict_gate_failures": 0,
|
| 667 |
"target_accepted_rows": 100000,
|
| 668 |
+
"updated_utc": "2026-05-30T11:15:49+00:00"
|
| 669 |
}
|
| 670 |
```
|
| 671 |
|