Preliminary state

This commit is contained in:
Anton Pogrebnjak
2026-05-26 10:24:33 +02:00
commit 0ab11cfc5e
950 changed files with 6428 additions and 0 deletions
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b655578844d170609e38abc5d455bf00f4aef1d6bfb295aeafc3d58ec77ae582
size 384
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1dfaa4971d98dcc0b9cefe1f59b5d83bdb15300aba3851d8bb2117567321600e
size 384
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf6482c376ff2dee008e3277a0b87bd034e85e96d0b5959b319c1af0cab8dfff
size 6583
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/transformer_single_block_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "single-head transformer block (pre-norm): LN\u2192attention(Q/K/V dot+softmax)\u2192residual\u2192LN\u2192FFN(gelu)\u2192residual\u2192gelu; seq=6, d_model=8, d_head=4, d_ff=16; softmax via exp+reduce_sum+reciprocal; upsampling matrix via dot",
"points": 3
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e0967822d13466c9f0c790f8f3a8de0305c588285695c223cf21644114dc85e
size 384
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1dfaa4971d98dcc0b9cefe1f59b5d83bdb15300aba3851d8bb2117567321600e
size 384
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3e418b35d338902d487e4a67d3ccbbe4ad408b69d478953f62021b40ad71042
size 13102
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/transformer_two_blocks_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "two stacked pre-norm single-head transformer blocks; each block has independent Q/K/V/O/FFN weights; seq=6, d_model=8, d_head=4, d_ff=16",
"points": 3
}