In language models, the order of tokens is of critical importance. This post explains RoPE: a technique that ensures that the pairwise token attention weights only depend on their relative position.
Relative positional embeddings with RoPE

7 articles

In language models, the order of tokens is of critical importance. This post explains RoPE: a technique that ensures that the pairwise token attention weights only depend on their relative position.

K-mers are frequently used in bioinformatics to profile and compare genomes. This article describes a technique for compactly representing long k-mers with locality-sensitive hashing.

The Netherlands is very flat country, with most area lying below sea level. So how flat is it really, and how to we keep the water at bay? Let's visualize the official "height" dataset of the Netherlands to find out!

Through some clever mathematical definitions, we can use OpenGL "point" primitives to draw any kind of vector shapes. This article explains how that's done and how it applies to my Google Summer of Code 2015 project.

Servos are useful small motors with applications in robotics, RC cars, and others. Here, we describe how to use an ATTiny44 to control its position.

