Skip to content
AxiomLogicaSearch
Category

AI & ML

All about AI and Machine Learning, Latest articles, advances in domain.

All articles

How to merge multiple fine-tuned LLMs with mergekit: a practical tutorial
AI & ML

How to merge multiple fine-tuned LLMs with mergekit: a practical tutorial

mergekit can run entirely on CPU or with as little as 8 GB VRAM and still perform multi-model merges out of core — this makes low-cost experimentation feasible — but quality still depends on choosing compatible checkpoints and the right merge method, not just averaging weights.

19 min read
How to build a fine-tuning dataset filtering pipeline with Setu and Hugging Face Datasets
AI & ML

How to build a fine-tuning dataset filtering pipeline with Setu and Hugging Face Datasets

Setu combines Spark-based document preparation, cleaning, flagging/filtering, and MinHashLSH deduplication with Hugging Face Datasets-style dataset handling — enough to scale noisy web/PDF/speech corpora into SFT-ready training data — but it still depends on Linux/WSL-friendly setup, Java, Spark, and a multi-stage quality gate before deduplication pays off.

20 min read
DeepSpeed vs Megatron-LM: which stack fits pre-training, fine-tuning, and checkpoint portability?
AI & ML

DeepSpeed vs Megatron-LM: which stack fits pre-training, fine-tuning, and checkpoint portability?

Megatron-LM is the stronger research/pre-training substrate, while DeepSpeed is the broader optimization layer with more turnkey distributed features and integrations — but the real business cost difference is checkpoint portability and operational complexity, because Megatron Bridge and DeepSpeed↔Megatron integration reduce migration friction only if you standardize on compatible formats and workflows.

23 min read
How Megatron-LM handles tensor, pipeline, and sequence parallelism for large transformer training
AI & ML

How Megatron-LM handles tensor, pipeline, and sequence parallelism for large transformer training

Megatron-LM’s design composes tensor parallelism, pipeline parallelism, data parallelism, expert parallelism, and context/sequence parallelism inside Megatron Core so large transformers can be partitioned across GPUs without changing the model’s mathematical behavior — but the trade-off is added communication, scheduling complexity, and a need to balance activation recomputation against throughput.

25 min read

The weekly brief.

One email each Sunday with what we tested, what we'd buy, and what to skip. No filler.