sft

Tag

Cards List
#sft

Kwaipilot/KAT-Coder-V2.5-Dev

Hugging Face Models Trending · 2d ago Cached

KAT-Coder-V2.5-Dev is an open-weight MoE coding model with 35B total parameters (3B active), achieving state-of-the-art results on agentic coding benchmarks through SFT and RL training.

0 favorites 0 likes
#sft

@adithya_s_k: [Must Read] I don't know how this flew under my radar. This is probably one of the best open source end-to-end post-tra…

X AI KOLs Timeline · 2026-07-08 Cached

An open-source end-to-end post-training recipe covering SFT, RL, and test-time scaling with models, datasets, and code.

0 favorites 0 likes
#sft

KG2Cypher: Data-Centric Pipeline for Building Enterprise Text-to-Cypher Systems

arXiv cs.CL · 2026-06-29 Cached

KG2Cypher presents a data-centric pipeline for building enterprise text-to-Cypher systems from existing knowledge graphs. It uses LLMs to generate natural language question-Cypher pairs, validated by an LLM judge and human review, and achieves significant performance improvements on Korean enterprise datasets with LoRA-based fine-tuning.

0 favorites 0 likes
#sft

Fine-tuning AI agents via projection of solutions on the evaluated environment

Reddit r/AI_Agents · 2026-06-29

A researcher describes a method called 'projection' to fine-tune AI agents by projecting a verifiably correct solution onto a map the agent can traverse, achieving improved performance on cybersecurity tasks with limited training data.

0 favorites 0 likes
#sft

@ms_aifrontiers: Fara1.5 is here! The tech report just landed on arXiv. New SOTA for computer use agents of its size, and it competes wi…

X AI KOLs Following · 2026-06-24 Cached

Fara1.5 is a family of native computer use agents trained using the FaraGen1.5 scalable data pipeline. The models achieve new state-of-the-art results on browser-use benchmarks, competing with much larger frontier models.

0 favorites 0 likes
#sft

DataClaw0: Agentic Tailoring Multimodal Data from Raw Streams

Hugging Face Daily Papers · 2026-06-19 Cached

DataClaw0 proposes an agentic data tailoring paradigm that uses learnable data processing to structure high-entropy multimodal streams, achieving robust alignment via SFT and GRPO on a novel benchmark.

0 favorites 0 likes
#sft

@oneill_c: 1/ We fine-tune a lot of customer models, so we decided to systematically try and figure out some best practices for fi…

X AI KOLs Following · 2026-06-18 Cached

The thread shares systematic experimental findings on fine-tuning best practices, varying one SFT lever at a time across dense and MoE models up to 235B on four real-world customer datasets with custom evals to eliminate confounders.

0 favorites 0 likes
#sft

@ben_burtenshaw: https://x.com/ben_burtenshaw/status/2067615361428545566

X AI KOLs Timeline · 2026-06-18 Cached

A detailed tutorial on supervised fine-tuning (SFT) for training AI agents, built from scratch in pure PyTorch using Qwen3-0.6B, explaining the mechanics of next-token prediction and label masking.

0 favorites 0 likes
#sft

We trained a cybersecurity-focused Mythos like LLM open weights on HuggingFace

Reddit r/LocalLLaMA · 2026-06-15

An open-source LLM called OpenMythos was trained for cybersecurity tasks using SFT and RLVR, with datasets available on HuggingFace. The model aims to reduce hallucinations and improve precision in security-related queries.

0 favorites 0 likes
#sft

microsoft/FastContext-1.0-4B-SFT

Hugging Face Models Trending · 2026-06-14 Cached

Microsoft released FastContext-1.0, a lightweight repository-exploration subagent for LLM coding agents that reduces main-agent token consumption by up to 60% while improving resolution rates by up to 5.5%.

0 favorites 0 likes
#sft

@neural_avb: If you think about it, LLM training in 2026 is really a 3-step loop : - train it on some data - dogfood it/run categori…

X AI KOLs Timeline · 2026-06-08 Cached

The tweet outlines a 3-step loop for LLM training in 2026: train on data, run evals, and add synthetic data for underperforming tasks. It emphasizes the accessibility of legal distillation via open source models and cheap APIs, noting that training on reasoning traces alone can achieve high scores.

0 favorites 0 likes
#sft

@adithya_s_k: You can now finetune models on agent traces directly with TRL Claude Code traces Codex traces OpenClaw traces Pi traces…

X AI KOLs Following · 2026-06-04 Cached

TRL now supports fine-tuning models on agent traces from various sources like Claude Code, Codex, OpenClaw, and Pi, moving towards a standardized stack for training agentic models.

0 favorites 0 likes
#sft

@cjzafir: Fine-tune your first AI model today. Run GPT4o level model and run on your phone or laptop. @OpenBMB released 15M sampl…

X AI KOLs Following · 2026-05-29 Cached

OpenBMB released UltraData-SFT-2605, a 15M-sample high-quality SFT dataset for fine-tuning AI models like MiniCPM5-1B to run on phones or laptops.

1 favorites 1 likes
#sft

@AdinaYakup: OpenBMB just released an impressive SFT dataset UltraData-SFT-2605 15M+ high quality samples Deep Thinking + Non-thinki…

X AI KOLs Following · 2026-05-29 Cached

OpenBMB releases UltraData-SFT-2605, a large-scale dataset with over 15 million high-quality samples for supervised fine-tuning (SFT) of reasoning LLMs, covering deep thinking, non-thinking, math, code, knowledge, instruction following, and multilingual data.

0 favorites 0 likes
#sft

Learnability-Informed Fine-Tuning of Diffusion Language Models

arXiv cs.CL · 2026-05-25 Cached

We propose LIFT, a learnability-informed fine-tuning algorithm for diffusion language models that aligns training with token difficulty and time step, achieving substantial gains on reasoning benchmarks.

0 favorites 0 likes
#sft

I fine-tuned an LLM to be C-3PO to test which training data format works best for persona injection [P]

Reddit r/MachineLearning · 2026-05-23 Cached

An experiment comparing three Supervised Fine-Tuning data formats (demonstrations, first-person statements, synthetic documents) for injecting a C-3PO persona into Qwen3-4B, finding first-person statements best for generalization and synthetic documents best for factual knowledge.

0 favorites 0 likes
#sft

@maximelabonne: This is so neat! Dynamic Fine-Tuning (DFT) reweights the SFT loss by the model's own token probability, which creates a…

X AI KOLs Following · 2026-05-20 Cached

Dynamic Fine-Tuning (DFT) is introduced as a method that reweights the SFT loss using the model's own token probability, creating a feedback loop, and adds forward KL to penalize tokens the base model finds likely but the policy has pushed toward zero probability. The tweet expresses skepticism about SFT papers in practice but praises the attempt.

0 favorites 0 likes
#sft

@omarsar0: https://x.com/omarsar0/status/2057114824467792189

X AI KOLs Following · 2026-05-20 Cached

This article describes using Fireworks Agent to automate the fine-tuning of a small open-weight model to generate wiki-style summaries, enabling a self-improving agent loop where model training becomes a callable step.

0 favorites 0 likes
#sft

@anyscalecompute: LLM post-training is the new baseline. Picking the wrong method or GPU config is how you waste a 36-hour run. Introduci…

X AI KOLs Following · 2026-05-15 Cached

Anyscale introduces a new Agent Skill for LLM post-training that automatically selects the optimal fine-tuning method (SFT, DPO, GRPO, etc.) and generates ready-to-launch configs, helping avoid wasted GPU runs.

0 favorites 0 likes
#sft

I taught my 1B to follow instructions. It got worse at following instructions...

Reddit r/LocalLLaMA · 2026-05-14

The author trained 1B, 2B, and 3B models with the same SFT recipe and observed that instruction-following (IFEval) regressed for the 1B and 2B models but improved for the 3B, possibly due to different learning rates or model capacity.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback