CircularBalls commited on
Commit
9b48c02
·
verified ·
1 Parent(s): 49c2e8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -39,8 +39,7 @@ This dataset is generated with Plaincode by streaming Python source files, proje
39
 
40
  ## Acceptance gate
41
 
42
- A row is accepted only when every requested CNL surface reverses back to the exact original Python bytes through Plaincode proof. The proof details are used as an internal gate, but they are not stored in each public JSON row. The public CNL fields must not contain private CST/proof transport markers.
43
-
44
  ## Schema
45
 
46
  Each row is ordered for readability and training use:
@@ -60,7 +59,7 @@ Each row is ordered for readability and training use:
60
  13. `engine`: Plaincode generation metadata
61
  14. `row_sha256`: stable hash for the public row
62
 
63
- The data shard writer preserves JSON key order. It does not sort keys alphabetically.
64
 
65
  ## Generation stats
66
 
 
39
 
40
  ## Acceptance gate
41
 
42
+ A row is accepted only when every requested CNL surface reverses back to the exact original Python bytes through Plaincode proof. The proof details are used as an internal gate, but they are not stored in each public JSON row.
 
43
  ## Schema
44
 
45
  Each row is ordered for readability and training use:
 
59
  13. `engine`: Plaincode generation metadata
60
  14. `row_sha256`: stable hash for the public row
61
 
62
+
63
 
64
  ## Generation stats
65