Earlier quoted context omitted.
Do you know of handy testing steps? I suppose I could ask ChatGPT, but if someone has a validated "here, this is how you do it" I have a 3090 that I can do it on, but I'm not keen to debug anything here.
Testing steps (based on thinking about this for 30 seconds - so probably can be improved): Train a Transformer based model with and without the modified Softmax (Suggestions: GPT-2 or nanoGPT) Measure performance - I'd probably start with Perplexity and see if there is any difference (we'd expect little difference). Quantize both models with different quantization strategies. Measure the perplexity of the quantized m…
In any case, that was an lmgtfy-level question. Here's what I found: https://til.simonwillison.net/llms/training-nanogpt-on-my-bl...
I shall try that soon.