Martin Andrews
Martin Andrews
In the run-up to the PyCon in SG, I collided head-on with problems embedding 'live' blocks-bokeh plots within iPython notebooks. Fortunately, I was able to hack together something that worked...
Please let me know whether I've understood the paper correctly: * Given a set of First-Order-Logic Premises, it's a ~mechanical task to resolve the True/False/Unknown for the given Conclusions *...
In the following problem, "Description 3" is plainly insufficient, however "Builder 3" is able to solve it directly, despite having practically none of the required information (eg: how did they...
## Adds Gemma2-2b (including GQA to Attention and fixes to Block) Fixes #4567 It includes: * New `TransformerConfig` for gemma2-2b model * Renames existing configs to make them uniform +...
Looking forward to getting to grips with `nnx`, I went about implementing the apparently missing `gemma2_2b` model. After coming up with a suitable `TransformerConfig`, I was surprised that I couldn't...