CircularBalls commited on
Commit
8ab5e75
·
verified ·
1 Parent(s): 6d4fe02

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +28 -27
README.md CHANGED
@@ -68,8 +68,8 @@ Each row contains:
68
 
69
  ```json
70
  {
71
- "accepted_python_sources": 23500,
72
- "accepted_rows": 23500,
73
  "completed_shards": [
74
  "train-00000.jsonl.gz",
75
  "train-00001.jsonl.gz",
@@ -540,26 +540,27 @@ Each row contains:
540
  "train-00466.jsonl.gz",
541
  "train-00467.jsonl.gz",
542
  "train-00468.jsonl.gz",
543
- "train-00469.jsonl.gz"
 
544
  ],
545
  "duplicates": 0,
546
- "emitted_language_rows": 141000,
547
  "family_counts": {
548
  "async": 9,
549
- "classes": 591,
550
- "comprehensions": 215,
551
- "context_managers": 163,
552
- "exceptions": 282,
553
- "functions": 876,
554
- "generators": 34,
555
- "imports": 1041,
556
- "lambda": 71,
557
- "loops": 438,
558
- "simple_module": 31
559
  },
560
  "filter_reasons": {
561
- "auto_generated": 1529,
562
- "skipped_path_pattern": 1536,
563
  "syntax_error:'(' was never closed": 76,
564
  "syntax_error:'[' was never closed": 2,
565
  "syntax_error:'return' outside function": 2,
@@ -573,7 +574,7 @@ Each row contains:
573
  "syntax_error:Generator expression must be parenthesized": 1,
574
  "syntax_error:Lambda expression parameters cannot be parenthesized": 14,
575
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 14,
576
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 3039,
577
  "syntax_error:bytes can only contain ASCII literal characters": 1,
578
  "syntax_error:can't use starred expression here": 1,
579
  "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
@@ -610,7 +611,7 @@ Each row contains:
610
  "syntax_error:invalid decimal literal": 31,
611
  "syntax_error:invalid hexadecimal literal": 8,
612
  "syntax_error:invalid non-printable character U+00A0": 1,
613
- "syntax_error:invalid syntax": 249,
614
  "syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
615
  "syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
616
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 26,
@@ -618,7 +619,7 @@ Each row contains:
618
  "syntax_error:parameter without a default follows parameter with a default": 2,
619
  "syntax_error:positional argument follows keyword argument": 1,
620
  "syntax_error:trailing comma not allowed without surrounding parentheses": 1,
621
- "syntax_error:unexpected EOF while parsing": 2,
622
  "syntax_error:unexpected character after line continuation character": 1,
623
  "syntax_error:unexpected indent": 16,
624
  "syntax_error:unindent does not match any outer indentation level": 3,
@@ -636,12 +637,12 @@ Each row contains:
636
  "syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
637
  "syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
638
  "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
639
- "too_large": 2238,
640
  "too_many_ast_nodes": 8,
641
- "too_many_lines": 154,
642
- "too_small": 685
643
  },
644
- "filtered_candidates": 9940,
645
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
646
  "languages": [
647
  "en",
@@ -657,10 +658,10 @@ Each row contains:
657
  "resume_start_shard": 447,
658
  "row_schema": "one-language-per-row",
659
  "run_id": "run_20260530_103908_utc",
660
- "seen_candidates": 33460,
661
- "shards_completed": 470,
662
  "source_label_counts": {
663
- "github_code_clean_python_mit_single": 1150
664
  },
665
  "source_specs": [
666
  {
@@ -676,7 +677,7 @@ Each row contains:
676
  "started_utc": "2026-05-30T10:39:10+00:00",
677
  "strict_gate_failures": 0,
678
  "target_accepted_rows": 100000,
679
- "updated_utc": "2026-05-30T11:17:13+00:00"
680
  }
681
  ```
682
 
 
68
 
69
  ```json
70
  {
71
+ "accepted_python_sources": 23550,
72
+ "accepted_rows": 23550,
73
  "completed_shards": [
74
  "train-00000.jsonl.gz",
75
  "train-00001.jsonl.gz",
 
540
  "train-00466.jsonl.gz",
541
  "train-00467.jsonl.gz",
542
  "train-00468.jsonl.gz",
543
+ "train-00469.jsonl.gz",
544
+ "train-00470.jsonl.gz"
545
  ],
546
  "duplicates": 0,
547
+ "emitted_language_rows": 141300,
548
  "family_counts": {
549
  "async": 9,
550
+ "classes": 621,
551
+ "comprehensions": 224,
552
+ "context_managers": 170,
553
+ "exceptions": 296,
554
+ "functions": 914,
555
+ "generators": 38,
556
+ "imports": 1087,
557
+ "lambda": 75,
558
+ "loops": 462,
559
+ "simple_module": 33
560
  },
561
  "filter_reasons": {
562
+ "auto_generated": 1531,
563
+ "skipped_path_pattern": 1541,
564
  "syntax_error:'(' was never closed": 76,
565
  "syntax_error:'[' was never closed": 2,
566
  "syntax_error:'return' outside function": 2,
 
574
  "syntax_error:Generator expression must be parenthesized": 1,
575
  "syntax_error:Lambda expression parameters cannot be parenthesized": 14,
576
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 14,
577
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 3044,
578
  "syntax_error:bytes can only contain ASCII literal characters": 1,
579
  "syntax_error:can't use starred expression here": 1,
580
  "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
 
611
  "syntax_error:invalid decimal literal": 31,
612
  "syntax_error:invalid hexadecimal literal": 8,
613
  "syntax_error:invalid non-printable character U+00A0": 1,
614
+ "syntax_error:invalid syntax": 250,
615
  "syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
616
  "syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
617
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 26,
 
619
  "syntax_error:parameter without a default follows parameter with a default": 2,
620
  "syntax_error:positional argument follows keyword argument": 1,
621
  "syntax_error:trailing comma not allowed without surrounding parentheses": 1,
622
+ "syntax_error:unexpected EOF while parsing": 3,
623
  "syntax_error:unexpected character after line continuation character": 1,
624
  "syntax_error:unexpected indent": 16,
625
  "syntax_error:unindent does not match any outer indentation level": 3,
 
637
  "syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
638
  "syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
639
  "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
640
+ "too_large": 2243,
641
  "too_many_ast_nodes": 8,
642
+ "too_many_lines": 155,
643
+ "too_small": 687
644
  },
645
+ "filtered_candidates": 9962,
646
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
647
  "languages": [
648
  "en",
 
658
  "resume_start_shard": 447,
659
  "row_schema": "one-language-per-row",
660
  "run_id": "run_20260530_103908_utc",
661
+ "seen_candidates": 33532,
662
+ "shards_completed": 471,
663
  "source_label_counts": {
664
+ "github_code_clean_python_mit_single": 1200
665
  },
666
  "source_specs": [
667
  {
 
677
  "started_utc": "2026-05-30T10:39:10+00:00",
678
  "strict_gate_failures": 0,
679
  "target_accepted_rows": 100000,
680
+ "updated_utc": "2026-05-30T11:17:23+00:00"
681
  }
682
  ```
683