CircularBalls commited on
Commit
ffe4b22
·
verified ·
1 Parent(s): 356d7c5

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +27 -26
README.md CHANGED
@@ -68,8 +68,8 @@ Each row contains:
68
 
69
  ```json
70
  {
71
- "accepted_python_sources": 22750,
72
- "accepted_rows": 22750,
73
  "completed_shards": [
74
  "train-00000.jsonl.gz",
75
  "train-00001.jsonl.gz",
@@ -525,26 +525,27 @@ Each row contains:
525
  "train-00451.jsonl.gz",
526
  "train-00452.jsonl.gz",
527
  "train-00453.jsonl.gz",
528
- "train-00454.jsonl.gz"
 
529
  ],
530
  "duplicates": 0,
531
- "emitted_language_rows": 136500,
532
  "family_counts": {
533
- "async": 3,
534
- "classes": 207,
535
- "comprehensions": 74,
536
- "context_managers": 58,
537
- "exceptions": 94,
538
- "functions": 307,
539
  "generators": 15,
540
- "imports": 354,
541
- "lambda": 22,
542
- "loops": 159,
543
- "simple_module": 14
544
  },
545
  "filter_reasons": {
546
- "auto_generated": 1483,
547
- "skipped_path_pattern": 1497,
548
  "syntax_error:'(' was never closed": 73,
549
  "syntax_error:'[' was never closed": 2,
550
  "syntax_error:'return' outside function": 2,
@@ -558,7 +559,7 @@ Each row contains:
558
  "syntax_error:Generator expression must be parenthesized": 1,
559
  "syntax_error:Lambda expression parameters cannot be parenthesized": 14,
560
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 13,
561
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 2923,
562
  "syntax_error:bytes can only contain ASCII literal characters": 1,
563
  "syntax_error:can't use starred expression here": 1,
564
  "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
@@ -588,13 +589,13 @@ Each row contains:
588
  "syntax_error:from __future__ imports must occur at the beginning of the file": 1,
589
  "syntax_error:future feature relative_imports is not defined": 1,
590
  "syntax_error:import * only allowed at module level": 1,
591
- "syntax_error:inconsistent use of tabs and spaces in indentation": 127,
592
  "syntax_error:invalid character '§' (U+00A7)": 1,
593
  "syntax_error:invalid character '…' (U+2026)": 1,
594
  "syntax_error:invalid decimal literal": 31,
595
  "syntax_error:invalid hexadecimal literal": 8,
596
  "syntax_error:invalid non-printable character U+00A0": 1,
597
- "syntax_error:invalid syntax": 239,
598
  "syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
599
  "syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
600
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 24,
@@ -620,12 +621,12 @@ Each row contains:
620
  "syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
621
  "syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
622
  "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
623
- "too_large": 2149,
624
  "too_many_ast_nodes": 8,
625
  "too_many_lines": 145,
626
- "too_small": 659
627
  },
628
- "filtered_candidates": 9590,
629
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
630
  "languages": [
631
  "en",
@@ -641,10 +642,10 @@ Each row contains:
641
  "resume_start_shard": 447,
642
  "row_schema": "one-language-per-row",
643
  "run_id": "run_20260530_103908_utc",
644
- "seen_candidates": 32358,
645
- "shards_completed": 455,
646
  "source_label_counts": {
647
- "github_code_clean_python_mit_single": 400
648
  },
649
  "source_specs": [
650
  {
@@ -660,7 +661,7 @@ Each row contains:
660
  "started_utc": "2026-05-30T10:39:10+00:00",
661
  "strict_gate_failures": 0,
662
  "target_accepted_rows": 100000,
663
- "updated_utc": "2026-05-30T11:15:16+00:00"
664
  }
665
  ```
666
 
 
68
 
69
  ```json
70
  {
71
+ "accepted_python_sources": 22800,
72
+ "accepted_rows": 22800,
73
  "completed_shards": [
74
  "train-00000.jsonl.gz",
75
  "train-00001.jsonl.gz",
 
525
  "train-00451.jsonl.gz",
526
  "train-00452.jsonl.gz",
527
  "train-00453.jsonl.gz",
528
+ "train-00454.jsonl.gz",
529
+ "train-00455.jsonl.gz"
530
  ],
531
  "duplicates": 0,
532
+ "emitted_language_rows": 136800,
533
  "family_counts": {
534
+ "async": 4,
535
+ "classes": 233,
536
+ "comprehensions": 87,
537
+ "context_managers": 68,
538
+ "exceptions": 101,
539
+ "functions": 347,
540
  "generators": 15,
541
+ "imports": 399,
542
+ "lambda": 23,
543
+ "loops": 175,
544
+ "simple_module": 16
545
  },
546
  "filter_reasons": {
547
+ "auto_generated": 1490,
548
+ "skipped_path_pattern": 1498,
549
  "syntax_error:'(' was never closed": 73,
550
  "syntax_error:'[' was never closed": 2,
551
  "syntax_error:'return' outside function": 2,
 
559
  "syntax_error:Generator expression must be parenthesized": 1,
560
  "syntax_error:Lambda expression parameters cannot be parenthesized": 14,
561
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 13,
562
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 2933,
563
  "syntax_error:bytes can only contain ASCII literal characters": 1,
564
  "syntax_error:can't use starred expression here": 1,
565
  "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
 
589
  "syntax_error:from __future__ imports must occur at the beginning of the file": 1,
590
  "syntax_error:future feature relative_imports is not defined": 1,
591
  "syntax_error:import * only allowed at module level": 1,
592
+ "syntax_error:inconsistent use of tabs and spaces in indentation": 128,
593
  "syntax_error:invalid character '§' (U+00A7)": 1,
594
  "syntax_error:invalid character '…' (U+2026)": 1,
595
  "syntax_error:invalid decimal literal": 31,
596
  "syntax_error:invalid hexadecimal literal": 8,
597
  "syntax_error:invalid non-printable character U+00A0": 1,
598
+ "syntax_error:invalid syntax": 240,
599
  "syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
600
  "syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
601
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 24,
 
621
  "syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
622
  "syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
623
  "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
624
+ "too_large": 2157,
625
  "too_many_ast_nodes": 8,
626
  "too_many_lines": 145,
627
+ "too_small": 664
628
  },
629
+ "filtered_candidates": 9623,
630
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
631
  "languages": [
632
  "en",
 
642
  "resume_start_shard": 447,
643
  "row_schema": "one-language-per-row",
644
  "run_id": "run_20260530_103908_utc",
645
+ "seen_candidates": 32441,
646
+ "shards_completed": 456,
647
  "source_label_counts": {
648
+ "github_code_clean_python_mit_single": 450
649
  },
650
  "source_specs": [
651
  {
 
661
  "started_utc": "2026-05-30T10:39:10+00:00",
662
  "strict_gate_failures": 0,
663
  "target_accepted_rows": 100000,
664
+ "updated_utc": "2026-05-30T11:15:22+00:00"
665
  }
666
  ```
667