CircularBalls commited on
Commit
a165dbf
·
verified ·
1 Parent(s): 4071ccf

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +25 -24
README.md CHANGED
@@ -68,8 +68,8 @@ Each row contains:
68
 
69
  ```json
70
  {
71
- "accepted_python_sources": 24300,
72
- "accepted_rows": 24300,
73
  "completed_shards": [
74
  "train-00000.jsonl.gz",
75
  "train-00001.jsonl.gz",
@@ -556,26 +556,27 @@ Each row contains:
556
  "train-00482.jsonl.gz",
557
  "train-00483.jsonl.gz",
558
  "train-00484.jsonl.gz",
559
- "train-00485.jsonl.gz"
 
560
  ],
561
  "duplicates": 0,
562
- "emitted_language_rows": 145800,
563
  "family_counts": {
564
  "async": 17,
565
- "classes": 994,
566
- "comprehensions": 341,
567
- "context_managers": 251,
568
- "exceptions": 480,
569
- "functions": 1476,
570
- "generators": 66,
571
- "imports": 1776,
572
- "lambda": 119,
573
- "loops": 742,
574
- "simple_module": 50
575
  },
576
  "filter_reasons": {
577
- "auto_generated": 1575,
578
- "skipped_path_pattern": 1593,
579
  "syntax_error:'(' was never closed": 78,
580
  "syntax_error:'[' was never closed": 2,
581
  "syntax_error:'return' outside function": 2,
@@ -589,7 +590,7 @@ Each row contains:
589
  "syntax_error:Generator expression must be parenthesized": 1,
590
  "syntax_error:Lambda expression parameters cannot be parenthesized": 14,
591
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 14,
592
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 3147,
593
  "syntax_error:bytes can only contain ASCII literal characters": 1,
594
  "syntax_error:can't use starred expression here": 1,
595
  "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
@@ -626,7 +627,7 @@ Each row contains:
626
  "syntax_error:invalid decimal literal": 34,
627
  "syntax_error:invalid hexadecimal literal": 8,
628
  "syntax_error:invalid non-printable character U+00A0": 1,
629
- "syntax_error:invalid syntax": 261,
630
  "syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
631
  "syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
632
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 27,
@@ -653,12 +654,12 @@ Each row contains:
653
  "syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
654
  "syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
655
  "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
656
- "too_large": 2334,
657
  "too_many_ast_nodes": 9,
658
  "too_many_lines": 162,
659
  "too_small": 700
660
  },
661
- "filtered_candidates": 10299,
662
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
663
  "languages": [
664
  "en",
@@ -674,10 +675,10 @@ Each row contains:
674
  "resume_start_shard": 447,
675
  "row_schema": "one-language-per-row",
676
  "run_id": "run_20260530_103908_utc",
677
- "seen_candidates": 34620,
678
- "shards_completed": 486,
679
  "source_label_counts": {
680
- "github_code_clean_python_mit_single": 1950
681
  },
682
  "source_specs": [
683
  {
@@ -693,7 +694,7 @@ Each row contains:
693
  "started_utc": "2026-05-30T10:39:10+00:00",
694
  "strict_gate_failures": 0,
695
  "target_accepted_rows": 100000,
696
- "updated_utc": "2026-05-30T11:19:07+00:00"
697
  }
698
  ```
699
 
 
68
 
69
  ```json
70
  {
71
+ "accepted_python_sources": 24350,
72
+ "accepted_rows": 24350,
73
  "completed_shards": [
74
  "train-00000.jsonl.gz",
75
  "train-00001.jsonl.gz",
 
556
  "train-00482.jsonl.gz",
557
  "train-00483.jsonl.gz",
558
  "train-00484.jsonl.gz",
559
+ "train-00485.jsonl.gz",
560
+ "train-00486.jsonl.gz"
561
  ],
562
  "duplicates": 0,
563
+ "emitted_language_rows": 146100,
564
  "family_counts": {
565
  "async": 17,
566
+ "classes": 1026,
567
+ "comprehensions": 348,
568
+ "context_managers": 257,
569
+ "exceptions": 488,
570
+ "functions": 1517,
571
+ "generators": 67,
572
+ "imports": 1823,
573
+ "lambda": 120,
574
+ "loops": 759,
575
+ "simple_module": 51
576
  },
577
  "filter_reasons": {
578
+ "auto_generated": 1579,
579
+ "skipped_path_pattern": 1597,
580
  "syntax_error:'(' was never closed": 78,
581
  "syntax_error:'[' was never closed": 2,
582
  "syntax_error:'return' outside function": 2,
 
590
  "syntax_error:Generator expression must be parenthesized": 1,
591
  "syntax_error:Lambda expression parameters cannot be parenthesized": 14,
592
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 14,
593
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 3154,
594
  "syntax_error:bytes can only contain ASCII literal characters": 1,
595
  "syntax_error:can't use starred expression here": 1,
596
  "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
 
627
  "syntax_error:invalid decimal literal": 34,
628
  "syntax_error:invalid hexadecimal literal": 8,
629
  "syntax_error:invalid non-printable character U+00A0": 1,
630
+ "syntax_error:invalid syntax": 262,
631
  "syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
632
  "syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
633
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 27,
 
654
  "syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
655
  "syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
656
  "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
657
+ "too_large": 2339,
658
  "too_many_ast_nodes": 9,
659
  "too_many_lines": 162,
660
  "too_small": 700
661
  },
662
+ "filtered_candidates": 10320,
663
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
664
  "languages": [
665
  "en",
 
675
  "resume_start_shard": 447,
676
  "row_schema": "one-language-per-row",
677
  "run_id": "run_20260530_103908_utc",
678
+ "seen_candidates": 34691,
679
+ "shards_completed": 487,
680
  "source_label_counts": {
681
+ "github_code_clean_python_mit_single": 2000
682
  },
683
  "source_specs": [
684
  {
 
694
  "started_utc": "2026-05-30T10:39:10+00:00",
695
  "strict_gate_failures": 0,
696
  "target_accepted_rows": 100000,
697
+ "updated_utc": "2026-05-30T11:19:13+00:00"
698
  }
699
  ```
700