10桁の数字を足し算するような最小のtransformerを作るコンテスト。最高記録はわずか10パラメータの重みで実現している。

https://github.com/anadim/AdderBoard

GitHub - anadim/AdderBoard: Smallest transformer that can add two 10-digit numbers

Smallest transformer that can add two 10-digit numbers - anadim/AdderBoard

GitHub

参加者の一人によるテクニックの解説記事。

https://alexlitzenberger.com/blog/building_a_minimal_transformer_for_10_digit_addition

Blog Post

A blog post by Alex Litzenberger

Alex Litzenberger