CircularBalls commited on
Commit
d2c55ae
·
verified ·
1 Parent(s): be2fcba

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +25 -23
README.md CHANGED
@@ -67,7 +67,7 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 22450,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -517,29 +517,30 @@ Each row contains:
517
  "train-00445.jsonl.gz",
518
  "train-00446.jsonl.gz",
519
  "train-00447.jsonl.gz",
520
- "train-00448.jsonl.gz"
 
521
  ],
522
  "duplicates": 0,
523
  "family_counts": {
524
  "async": 1,
525
- "classes": 47,
526
- "comprehensions": 22,
527
- "context_managers": 17,
528
- "exceptions": 23,
529
- "functions": 78,
530
  "generators": 7,
531
- "imports": 93,
532
- "lambda": 5,
533
- "loops": 43,
534
- "simple_module": 3
535
  },
536
  "filter_reasons": {
537
- "auto_generated": 1464,
538
- "skipped_path_pattern": 1482,
539
  "syntax_error:'(' was never closed": 70,
540
  "syntax_error:'[' was never closed": 2,
541
  "syntax_error:'return' outside function": 2,
542
- "syntax_error:'u' and 'r' prefixes are incompatible": 18,
543
  "syntax_error:'yield from' inside async function": 1,
544
  "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \\UXXXXXXXX escape": 2,
545
  "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 3037-3038: truncated \\uXXXX escape": 1,
@@ -549,7 +550,8 @@ Each row contains:
549
  "syntax_error:Generator expression must be parenthesized": 1,
550
  "syntax_error:Lambda expression parameters cannot be parenthesized": 14,
551
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 13,
552
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 2883,
 
553
  "syntax_error:can't use starred expression here": 1,
554
  "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
555
  "syntax_error:closing parenthesis ']' does not match opening parenthesis '('": 1,
@@ -584,7 +586,7 @@ Each row contains:
584
  "syntax_error:invalid decimal literal": 31,
585
  "syntax_error:invalid hexadecimal literal": 8,
586
  "syntax_error:invalid non-printable character U+00A0": 1,
587
- "syntax_error:invalid syntax": 236,
588
  "syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
589
  "syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
590
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 24,
@@ -610,12 +612,12 @@ Each row contains:
610
  "syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
611
  "syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
612
  "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
613
- "too_large": 2118,
614
  "too_many_ast_nodes": 8,
615
  "too_many_lines": 143,
616
- "too_small": 651
617
  },
618
- "filtered_candidates": 9466,
619
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
620
  "languages": [
621
  "en",
@@ -630,10 +632,10 @@ Each row contains:
630
  "resume_skipped_accepted_rows": 22350,
631
  "resume_start_shard": 447,
632
  "run_id": "run_20260530_075234_utc",
633
- "seen_candidates": 31934,
634
- "shards_completed": 449,
635
  "source_label_counts": {
636
- "github_code_clean_python_mit_single": 100
637
  },
638
  "source_specs": [
639
  {
@@ -649,7 +651,7 @@ Each row contains:
649
  "started_utc": "2026-05-30T07:52:36+00:00",
650
  "strict_gate_failures": 0,
651
  "target_accepted_rows": 100000,
652
- "updated_utc": "2026-05-30T08:27:57+00:00"
653
  }
654
  ```
655
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 22500,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
 
517
  "train-00445.jsonl.gz",
518
  "train-00446.jsonl.gz",
519
  "train-00447.jsonl.gz",
520
+ "train-00448.jsonl.gz",
521
+ "train-00449.jsonl.gz"
522
  ],
523
  "duplicates": 0,
524
  "family_counts": {
525
  "async": 1,
526
+ "classes": 73,
527
+ "comprehensions": 32,
528
+ "context_managers": 24,
529
+ "exceptions": 36,
530
+ "functions": 115,
531
  "generators": 7,
532
+ "imports": 135,
533
+ "lambda": 8,
534
+ "loops": 59,
535
+ "simple_module": 5
536
  },
537
  "filter_reasons": {
538
+ "auto_generated": 1465,
539
+ "skipped_path_pattern": 1484,
540
  "syntax_error:'(' was never closed": 70,
541
  "syntax_error:'[' was never closed": 2,
542
  "syntax_error:'return' outside function": 2,
543
+ "syntax_error:'u' and 'r' prefixes are incompatible": 19,
544
  "syntax_error:'yield from' inside async function": 1,
545
  "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \\UXXXXXXXX escape": 2,
546
  "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 3037-3038: truncated \\uXXXX escape": 1,
 
550
  "syntax_error:Generator expression must be parenthesized": 1,
551
  "syntax_error:Lambda expression parameters cannot be parenthesized": 14,
552
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 13,
553
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 2891,
554
+ "syntax_error:bytes can only contain ASCII literal characters": 1,
555
  "syntax_error:can't use starred expression here": 1,
556
  "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
557
  "syntax_error:closing parenthesis ']' does not match opening parenthesis '('": 1,
 
586
  "syntax_error:invalid decimal literal": 31,
587
  "syntax_error:invalid hexadecimal literal": 8,
588
  "syntax_error:invalid non-printable character U+00A0": 1,
589
+ "syntax_error:invalid syntax": 237,
590
  "syntax_error:invalid syntax. Is this intended to be part of the string?": 1,
591
  "syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 4,
592
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 24,
 
612
  "syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
613
  "syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
614
  "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
615
+ "too_large": 2120,
616
  "too_many_ast_nodes": 8,
617
  "too_many_lines": 143,
618
+ "too_small": 653
619
  },
620
+ "filtered_candidates": 9484,
621
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
622
  "languages": [
623
  "en",
 
632
  "resume_skipped_accepted_rows": 22350,
633
  "resume_start_shard": 447,
634
  "run_id": "run_20260530_075234_utc",
635
+ "seen_candidates": 32002,
636
+ "shards_completed": 450,
637
  "source_label_counts": {
638
+ "github_code_clean_python_mit_single": 150
639
  },
640
  "source_specs": [
641
  {
 
651
  "started_utc": "2026-05-30T07:52:36+00:00",
652
  "strict_gate_failures": 0,
653
  "target_accepted_rows": 100000,
654
+ "updated_utc": "2026-05-30T08:28:04+00:00"
655
  }
656
  ```
657