CircularBalls commited on
Commit
bcbfb40
·
verified ·
1 Parent(s): ed4960e

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": 23950,
72
- "accepted_rows": 23950,
73
  "completed_shards": [
74
  "train-00000.jsonl.gz",
75
  "train-00001.jsonl.gz",
@@ -549,26 +549,27 @@ Each row contains:
549
  "train-00475.jsonl.gz",
550
  "train-00476.jsonl.gz",
551
  "train-00477.jsonl.gz",
552
- "train-00478.jsonl.gz"
 
553
  ],
554
  "duplicates": 0,
555
- "emitted_language_rows": 143700,
556
  "family_counts": {
557
  "async": 15,
558
- "classes": 813,
559
- "comprehensions": 285,
560
- "context_managers": 215,
561
- "exceptions": 396,
562
- "functions": 1217,
563
- "generators": 52,
564
- "imports": 1453,
565
- "lambda": 98,
566
- "loops": 617,
567
- "simple_module": 40
568
  },
569
  "filter_reasons": {
570
- "auto_generated": 1554,
571
- "skipped_path_pattern": 1566,
572
  "syntax_error:'(' was never closed": 77,
573
  "syntax_error:'[' was never closed": 2,
574
  "syntax_error:'return' outside function": 2,
@@ -582,7 +583,7 @@ Each row contains:
582
  "syntax_error:Generator expression must be parenthesized": 1,
583
  "syntax_error:Lambda expression parameters cannot be parenthesized": 14,
584
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 14,
585
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 3100,
586
  "syntax_error:bytes can only contain ASCII literal characters": 1,
587
  "syntax_error:can't use starred expression here": 1,
588
  "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
@@ -590,7 +591,7 @@ Each row contains:
590
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 126": 1,
591
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 22": 1,
592
  "syntax_error:expected '('": 4,
593
- "syntax_error:expected ':'": 15,
594
  "syntax_error:expected 'except' or 'finally' block": 1,
595
  "syntax_error:expected an indented block after 'elif' statement on line 13": 1,
596
  "syntax_error:expected an indented block after 'for' statement on line 21": 1,
@@ -616,10 +617,10 @@ Each row contains:
616
  "syntax_error:inconsistent use of tabs and spaces in indentation": 134,
617
  "syntax_error:invalid character '§' (U+00A7)": 1,
618
  "syntax_error:invalid character '…' (U+2026)": 1,
619
- "syntax_error:invalid decimal literal": 31,
620
  "syntax_error:invalid hexadecimal literal": 8,
621
  "syntax_error:invalid non-printable character U+00A0": 1,
622
- "syntax_error:invalid syntax": 255,
623
  "syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
624
  "syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
625
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 26,
@@ -646,12 +647,12 @@ Each row contains:
646
  "syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
647
  "syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
648
  "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
649
- "too_large": 2294,
650
  "too_many_ast_nodes": 8,
651
  "too_many_lines": 159,
652
- "too_small": 694
653
  },
654
- "filtered_candidates": 10137,
655
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
656
  "languages": [
657
  "en",
@@ -667,10 +668,10 @@ Each row contains:
667
  "resume_start_shard": 447,
668
  "row_schema": "one-language-per-row",
669
  "run_id": "run_20260530_103908_utc",
670
- "seen_candidates": 34108,
671
- "shards_completed": 479,
672
  "source_label_counts": {
673
- "github_code_clean_python_mit_single": 1600
674
  },
675
  "source_specs": [
676
  {
@@ -686,7 +687,7 @@ Each row contains:
686
  "started_utc": "2026-05-30T10:39:10+00:00",
687
  "strict_gate_failures": 0,
688
  "target_accepted_rows": 100000,
689
- "updated_utc": "2026-05-30T11:18:15+00:00"
690
  }
691
  ```
692
 
 
68
 
69
  ```json
70
  {
71
+ "accepted_python_sources": 24000,
72
+ "accepted_rows": 24000,
73
  "completed_shards": [
74
  "train-00000.jsonl.gz",
75
  "train-00001.jsonl.gz",
 
549
  "train-00475.jsonl.gz",
550
  "train-00476.jsonl.gz",
551
  "train-00477.jsonl.gz",
552
+ "train-00478.jsonl.gz",
553
+ "train-00479.jsonl.gz"
554
  ],
555
  "duplicates": 0,
556
+ "emitted_language_rows": 144000,
557
  "family_counts": {
558
  "async": 15,
559
+ "classes": 839,
560
+ "comprehensions": 291,
561
+ "context_managers": 221,
562
+ "exceptions": 406,
563
+ "functions": 1253,
564
+ "generators": 55,
565
+ "imports": 1492,
566
+ "lambda": 101,
567
+ "loops": 634,
568
+ "simple_module": 43
569
  },
570
  "filter_reasons": {
571
+ "auto_generated": 1559,
572
+ "skipped_path_pattern": 1568,
573
  "syntax_error:'(' was never closed": 77,
574
  "syntax_error:'[' was never closed": 2,
575
  "syntax_error:'return' outside function": 2,
 
583
  "syntax_error:Generator expression must be parenthesized": 1,
584
  "syntax_error:Lambda expression parameters cannot be parenthesized": 14,
585
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 14,
586
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 3107,
587
  "syntax_error:bytes can only contain ASCII literal characters": 1,
588
  "syntax_error:can't use starred expression here": 1,
589
  "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
 
591
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 126": 1,
592
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 22": 1,
593
  "syntax_error:expected '('": 4,
594
+ "syntax_error:expected ':'": 16,
595
  "syntax_error:expected 'except' or 'finally' block": 1,
596
  "syntax_error:expected an indented block after 'elif' statement on line 13": 1,
597
  "syntax_error:expected an indented block after 'for' statement on line 21": 1,
 
617
  "syntax_error:inconsistent use of tabs and spaces in indentation": 134,
618
  "syntax_error:invalid character '§' (U+00A7)": 1,
619
  "syntax_error:invalid character '…' (U+2026)": 1,
620
+ "syntax_error:invalid decimal literal": 32,
621
  "syntax_error:invalid hexadecimal literal": 8,
622
  "syntax_error:invalid non-printable character U+00A0": 1,
623
+ "syntax_error:invalid syntax": 256,
624
  "syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
625
  "syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
626
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 26,
 
647
  "syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
648
  "syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
649
  "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
650
+ "too_large": 2298,
651
  "too_many_ast_nodes": 8,
652
  "too_many_lines": 159,
653
+ "too_small": 695
654
  },
655
+ "filtered_candidates": 10159,
656
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
657
  "languages": [
658
  "en",
 
668
  "resume_start_shard": 447,
669
  "row_schema": "one-language-per-row",
670
  "run_id": "run_20260530_103908_utc",
671
+ "seen_candidates": 34180,
672
+ "shards_completed": 480,
673
  "source_label_counts": {
674
+ "github_code_clean_python_mit_single": 1650
675
  },
676
  "source_specs": [
677
  {
 
687
  "started_utc": "2026-05-30T10:39:10+00:00",
688
  "strict_gate_failures": 0,
689
  "target_accepted_rows": 100000,
690
+ "updated_utc": "2026-05-30T11:18:20+00:00"
691
  }
692
  ```
693