Update README.md
Browse files
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.
|
| 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 |
-
|
| 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 |
|