CircularBalls commited on
Commit
e9c4a62
·
verified ·
1 Parent(s): 6f42373

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +26 -25
README.md CHANGED
@@ -68,8 +68,8 @@ Each row contains:
68
 
69
  ```json
70
  {
71
- "accepted_python_sources": 23050,
72
- "accepted_rows": 23050,
73
  "completed_shards": [
74
  "train-00000.jsonl.gz",
75
  "train-00001.jsonl.gz",
@@ -531,26 +531,27 @@ Each row contains:
531
  "train-00457.jsonl.gz",
532
  "train-00458.jsonl.gz",
533
  "train-00459.jsonl.gz",
534
- "train-00460.jsonl.gz"
 
535
  ],
536
  "duplicates": 0,
537
- "emitted_language_rows": 138300,
538
  "family_counts": {
539
  "async": 7,
540
- "classes": 371,
541
- "comprehensions": 127,
542
- "context_managers": 101,
543
- "exceptions": 170,
544
- "functions": 534,
545
- "generators": 21,
546
- "imports": 626,
547
- "lambda": 43,
548
- "loops": 270,
549
- "simple_module": 23
550
  },
551
  "filter_reasons": {
552
- "auto_generated": 1504,
553
- "skipped_path_pattern": 1510,
554
  "syntax_error:'(' was never closed": 75,
555
  "syntax_error:'[' was never closed": 2,
556
  "syntax_error:'return' outside function": 2,
@@ -564,7 +565,7 @@ Each row contains:
564
  "syntax_error:Generator expression must be parenthesized": 1,
565
  "syntax_error:Lambda expression parameters cannot be parenthesized": 14,
566
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 13,
567
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 2977,
568
  "syntax_error:bytes can only contain ASCII literal characters": 1,
569
  "syntax_error:can't use starred expression here": 1,
570
  "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
@@ -603,7 +604,7 @@ Each row contains:
603
  "syntax_error:invalid syntax": 245,
604
  "syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
605
  "syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
606
- "syntax_error:invalid syntax. Perhaps you forgot a comma?": 24,
607
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 27,
608
  "syntax_error:parameter without a default follows parameter with a default": 2,
609
  "syntax_error:positional argument follows keyword argument": 1,
@@ -626,12 +627,12 @@ Each row contains:
626
  "syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
627
  "syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
628
  "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
629
- "too_large": 2196,
630
  "too_many_ast_nodes": 8,
631
  "too_many_lines": 151,
632
- "too_small": 670
633
  },
634
- "filtered_candidates": 9753,
635
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
636
  "languages": [
637
  "en",
@@ -647,10 +648,10 @@ Each row contains:
647
  "resume_start_shard": 447,
648
  "row_schema": "one-language-per-row",
649
  "run_id": "run_20260530_103908_utc",
650
- "seen_candidates": 32822,
651
- "shards_completed": 461,
652
  "source_label_counts": {
653
- "github_code_clean_python_mit_single": 700
654
  },
655
  "source_specs": [
656
  {
@@ -666,7 +667,7 @@ Each row contains:
666
  "started_utc": "2026-05-30T10:39:10+00:00",
667
  "strict_gate_failures": 0,
668
  "target_accepted_rows": 100000,
669
- "updated_utc": "2026-05-30T11:15:58+00:00"
670
  }
671
  ```
672
 
 
68
 
69
  ```json
70
  {
71
+ "accepted_python_sources": 23100,
72
+ "accepted_rows": 23100,
73
  "completed_shards": [
74
  "train-00000.jsonl.gz",
75
  "train-00001.jsonl.gz",
 
531
  "train-00457.jsonl.gz",
532
  "train-00458.jsonl.gz",
533
  "train-00459.jsonl.gz",
534
+ "train-00460.jsonl.gz",
535
+ "train-00461.jsonl.gz"
536
  ],
537
  "duplicates": 0,
538
+ "emitted_language_rows": 138600,
539
  "family_counts": {
540
  "async": 7,
541
+ "classes": 394,
542
+ "comprehensions": 136,
543
+ "context_managers": 109,
544
+ "exceptions": 182,
545
+ "functions": 570,
546
+ "generators": 23,
547
+ "imports": 671,
548
+ "lambda": 45,
549
+ "loops": 287,
550
+ "simple_module": 24
551
  },
552
  "filter_reasons": {
553
+ "auto_generated": 1506,
554
+ "skipped_path_pattern": 1514,
555
  "syntax_error:'(' was never closed": 75,
556
  "syntax_error:'[' was never closed": 2,
557
  "syntax_error:'return' outside function": 2,
 
565
  "syntax_error:Generator expression must be parenthesized": 1,
566
  "syntax_error:Lambda expression parameters cannot be parenthesized": 14,
567
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 13,
568
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 2982,
569
  "syntax_error:bytes can only contain ASCII literal characters": 1,
570
  "syntax_error:can't use starred expression here": 1,
571
  "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
 
604
  "syntax_error:invalid syntax": 245,
605
  "syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
606
  "syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
607
+ "syntax_error:invalid syntax. Perhaps you forgot a comma?": 25,
608
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 27,
609
  "syntax_error:parameter without a default follows parameter with a default": 2,
610
  "syntax_error:positional argument follows keyword argument": 1,
 
627
  "syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
628
  "syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
629
  "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
630
+ "too_large": 2200,
631
  "too_many_ast_nodes": 8,
632
  "too_many_lines": 151,
633
+ "too_small": 672
634
  },
635
+ "filtered_candidates": 9771,
636
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
637
  "languages": [
638
  "en",
 
648
  "resume_start_shard": 447,
649
  "row_schema": "one-language-per-row",
650
  "run_id": "run_20260530_103908_utc",
651
+ "seen_candidates": 32890,
652
+ "shards_completed": 462,
653
  "source_label_counts": {
654
+ "github_code_clean_python_mit_single": 750
655
  },
656
  "source_specs": [
657
  {
 
667
  "started_utc": "2026-05-30T10:39:10+00:00",
668
  "strict_gate_failures": 0,
669
  "target_accepted_rows": 100000,
670
+ "updated_utc": "2026-05-30T11:16:05+00:00"
671
  }
672
  ```
673