↓ 1 callersClassUnorderedIntegersDatasetOrdered integers dataset. The samples are contiguous sets of numbers (e.g. {3,1,2,4,0}). The targets are simply the next numbers after this (
transformer_from_scratch/components/tests/test_embed_unembed.py:35
ClassBitReversalDatasetBit Reversal Dataset. The model should learn to reverse the order of the input bits. For example, if the input is [0, 1, 1, 0, 1, 0, 0, 1, 0,
transformer_from_scratch/components/tests/test_mlp.py:60