HackerTrans
TopNewTrendsCommentsPastAskShowJobs

desideratum

no profile record

Submissions

Nanocode: The best Claude Code that $200 can buy in pure JAX on TPUs

github.com
219 points·by desideratum·3 maanden geleden·26 comments

Batrachochytrium Dendrobatidis

en.wikipedia.org
4 points·by desideratum·4 maanden geleden·0 comments

Finetuning GPT-OSS with Axolotl

github.com
3 points·by desideratum·11 maanden geleden·0 comments

Accelerate ND-Parallel: A Guide to Efficient Multi-GPU Training

huggingface.co
3 points·by desideratum·11 maanden geleden·0 comments

Training LLMs with GRPO and Interpreter Feedback Using WebAssembly

huggingface.co
3 points·by desideratum·vorig jaar·0 comments

Training Large Language Models with Interpreter Feedback Using WebAssembly

huggingface.co
1 points·by desideratum·vorig jaar·0 comments

DeepSeek-V3-0324

huggingface.co
5 points·by desideratum·vorig jaar·1 comments

Training Process Reward Models in Axolotl

axolotlai.substack.com
2 points·by desideratum·vorig jaar·0 comments

Torchtune – a native PyTorch library for fine-tuning LLMs

github.com
2 points·by desideratum·2 jaar geleden·0 comments

(Deep Learning Based) Opportunistic Screening to Improve Statin Rates

ahajournals.org
1 points·by desideratum·2 jaar geleden·0 comments

The theory of Proximal Policy Optimisation implementations

salmanmohammadi.github.io
1 points·by desideratum·2 jaar geleden·0 comments

comments

desideratum
·3 maanden geleden·discuss
Yes my findings and thoughts were pretty much identical. I actually think you can get something reasonable at 1.3B params with the correct training recipe, but definitely not at this compute/token budget.

One thing I found was that the model would pretty much always emit solutions from its training data when asked to solve problems, but it was much better at using Bash commands to explore a codebase, for example.

The Hugging Face folks have a great post on also using CAI for more vibes/character post-training than harmlessness https://huggingface.co/blog/constitutional_ai#oh-honey-lets-...
desideratum
·3 maanden geleden·discuss
This is a gross simplification of the process - you would typically use order(s) of magnitude more data and compute, and a substantial amount of online reinforcement learning to elicit emergent tool use capabilities.

Many recent OSS models have great tech reports where you can learn more about these kind of things: Kimi 2.5 https://github.com/MoonshotAI/Kimi-K2.5/blob/master/tech_rep... GLM 5 https://arxiv.org/abs/2602.15763 DeepSeek R1 https://arxiv.org/pdf/2501.12948
desideratum
·3 maanden geleden·discuss
I appreciate the kind words very much : )
desideratum
·3 maanden geleden·discuss
I see what you mean, but I disagree. I expect that Claude Code is backed by a separate post-train of Claude base which has been trained using the Claude Code harness and toolset.
desideratum
·3 maanden geleden·discuss
Oh I wouldn't be surprised. This is a sample from one of the OSS code datasets I'd used, which are all generated synthetically using LLMs. Data is indeed the moat.
desideratum
·3 maanden geleden·discuss
This is a great question. You definitely aren't training this to use it, you're training it to understand how things work. It's an educational project, if you're interested in experimenting with things like distributed training techniques in JAX, or preference optimisation, this gives you a minimal and hackable library to build on.
desideratum
·4 maanden geleden·discuss
Oh, and if you want to utilize 120Hz on the XDR display, you're going to have to replace your perfectly functioning Mac.

> Mac models with M1, M1 Pro, M1 Max, M1 Ultra, M2, and M3 support Studio Display XDR at up to 60Hz. All other Studio Display XDR features are supported.
desideratum
·4 maanden geleden·discuss
It's mind-boggling that Apple is considering the base 27 inch Studio Display with the same 4 year old panel, but with some new accessories slapped on an "upgrade".
desideratum
·7 maanden geleden·discuss
Thanks for sharing this. I agree w.r.t. XLA. I've been moving to JAX after many years of using torch and XLA is kind of magic. I think torch.compile has quite a lot of catching up to do.

> XLA isn't at present particularly useful at scheduling across machines,

I'm not sure if you mean compiler-based distributed optimizations, but JAX does this with XLA: https://docs.jax.dev/en/latest/notebooks/Distributed_arrays_...
desideratum
·7 maanden geleden·discuss
The Scaling ML textbook also has an excellent section on TPUs. https://jax-ml.github.io/scaling-book/tpus/
desideratum
·8 maanden geleden·discuss
Aside: this guy regularly posts on the Discord server for an open-source post-training framework I maintain, demanding repayment for bugs in nightly builds and generally abusing the maintainers.
desideratum
·vorig jaar·discuss
This is an exceptional salary for the UK.
desideratum
·2 jaar geleden·discuss
I'd reccomend checking out the CUDA mode Discord server! They also have a channel for Metal https://discord.gg/ZqckTYcv
desideratum
·2 jaar geleden·discuss
torchtune (https://github.com/pytorch/torchtune) - a PyTorch library for fine-tuning LLMs, particularly for memory-constrained setups. Try it out and fine-tune Llama3.1 8B on a single RTX 4090!