HackerTrans
トップ新着トレンドコメント過去質問紹介求人

desideratum

no profile record

投稿

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

github.com
219 ポイント·投稿者 desideratum·3 か月前·26 コメント

Batrachochytrium Dendrobatidis

en.wikipedia.org
4 ポイント·投稿者 desideratum·4 か月前·0 コメント

Finetuning GPT-OSS with Axolotl

github.com
3 ポイント·投稿者 desideratum·11 か月前·0 コメント

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

huggingface.co
3 ポイント·投稿者 desideratum·11 か月前·0 コメント

Training LLMs with GRPO and Interpreter Feedback Using WebAssembly

huggingface.co
3 ポイント·投稿者 desideratum·昨年·0 コメント

Training Large Language Models with Interpreter Feedback Using WebAssembly

huggingface.co
1 ポイント·投稿者 desideratum·昨年·0 コメント

DeepSeek-V3-0324

huggingface.co
5 ポイント·投稿者 desideratum·昨年·1 コメント

Training Process Reward Models in Axolotl

axolotlai.substack.com
2 ポイント·投稿者 desideratum·昨年·0 コメント

Torchtune – a native PyTorch library for fine-tuning LLMs

github.com
2 ポイント·投稿者 desideratum·2 年前·0 コメント

(Deep Learning Based) Opportunistic Screening to Improve Statin Rates

ahajournals.org
1 ポイント·投稿者 desideratum·2 年前·0 コメント

The theory of Proximal Policy Optimisation implementations

salmanmohammadi.github.io
1 ポイント·投稿者 desideratum·2 年前·0 コメント

コメント

desideratum
·3 か月前·議論
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 か月前·議論
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 か月前·議論
I appreciate the kind words very much : )
desideratum
·3 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
The Scaling ML textbook also has an excellent section on TPUs. https://jax-ml.github.io/scaling-book/tpus/
desideratum
·8 か月前·議論
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
·昨年·議論
This is an exceptional salary for the UK.
desideratum
·2 年前·議論
I'd reccomend checking out the CUDA mode Discord server! They also have a channel for Metal https://discord.gg/ZqckTYcv
desideratum
·2 年前·議論
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!