Datasets:
Recreate sub_handcrafted with ST/SV columns
Browse files- sub_handcrafted/config.json +21 -0
- sub_handcrafted/test.parquet +3 -0
sub_handcrafted/config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "handcrafted",
|
| 3 |
+
"source": "Quirke quanta_maths",
|
| 4 |
+
"n_examples": 68,
|
| 5 |
+
"columns": [
|
| 6 |
+
"tokens",
|
| 7 |
+
"labels",
|
| 8 |
+
"op",
|
| 9 |
+
"complexity",
|
| 10 |
+
"cascade_depth",
|
| 11 |
+
"x_digits",
|
| 12 |
+
"y_digits",
|
| 13 |
+
"z_digits",
|
| 14 |
+
"sa",
|
| 15 |
+
"st",
|
| 16 |
+
"sv",
|
| 17 |
+
"expected_complexity",
|
| 18 |
+
"x_val",
|
| 19 |
+
"y_val"
|
| 20 |
+
]
|
| 21 |
+
}
|
sub_handcrafted/test.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e462925523cb7c082b89cb8d54e34e0ad4d8a24b27502250785ead5f2eb8933
|
| 3 |
+
size 12438
|