fine-tuning

Tag

Cards List
#fine-tuning

@GokuMohandas: https://x.com/GokuMohandas/status/2066853420326384055

X AI KOLs Following · 2026-06-16 Cached

This technical guide explains why organizations should build their own learning loops on open-source AI models rather than renting intelligence from frontier labs, drawing on case studies from finance, robotics, and biotech.

0 favorites 0 likes
#fine-tuning

Be wary of Qwen/Claude distillations - they're often worse than the base model

Reddit r/LocalLLaMA · 2026-06-16

A critical analysis warning that many Qwen/Claude distillation models use too few training samples (e.g., 4K) to transfer actual capabilities, often degrading quality instead of improving it, compared to official distills like DeepSeek-R1 which used ~700K samples.

0 favorites 0 likes
#fine-tuning

@Tono_Ken3: Added Q3 series to gemma-4-12B-coder-fable5-composer2.5-GGUF You might be able to try out the essence of Fable5 (as a t…

X AI KOLs Timeline · 2026-06-16 Cached

New Q3 quantizations added to the gemma-4-12B-coder-fable5-composer2.5 GGUF model, enabling the coding-focused fine-tune to run on GPUs with around 6GB VRAM using importance-matrix quantized versions.

0 favorites 0 likes
#fine-tuning

@GitHub_Daily: Want to understand the underlying principles of large language models? Most resources only cover theory or provide source code, leaving you still confused. Stumbled upon this open-source tutorial, EveryonesLLM, which guides us step by step to build a complete large language model from scratch on Google Colab, writing code throughout. The whole tutorial is divided into...

X AI KOLs Timeline · 2026-06-16 Cached

EveryonesLLM is an open-source tutorial that provides 29 chapters of Colab notebooks. It teaches users step by step to build a complete large language model from scratch on Google Colab, including pre-training and instruction fine-tuning, and supports Chinese.

0 favorites 0 likes
#fine-tuning

Beyond English: Uncovering the Multilingual Gap in Vision-Language-Action Models

arXiv cs.CL · 2026-06-16 Cached

This paper presents the first systematic study of multilingual instruction following in Vision-Language-Action (VLA) models, revealing significant performance degradation when models trained on English are evaluated on other languages. The authors propose Multilingual Principal Component Alignment (MPCA) to reduce the multilingual performance gap.

0 favorites 0 likes
#fine-tuning

SHARD: Safe and Helpful Alignment via Self-Reframing Distillation

arXiv cs.CL · 2026-06-16 Cached

This paper introduces SHARD, a self-reframing distillation method that rewrites sensitive prompts to surface benign intent and fine-tunes models on safe, helpful responses, improving helpfulness while preserving safety.

0 favorites 0 likes
#fine-tuning

Transfer Learning for FHIR Questionnaire Terminology Binding

arXiv cs.CL · 2026-06-16 Cached

This paper explores transfer learning for mapping FHIR questionnaire items to LOINC codes using retrieval methods, comparing six approaches on a small evaluation set.

0 favorites 0 likes
#fine-tuning

Integrating Reasoning and Generalization in Text-to-SQL via Self-Enhanced Fine-Tuning

arXiv cs.AI · 2026-06-16 Cached

This paper proposes CoTE-SQL, a self-enhanced fine-tuning framework for text-to-SQL that integrates self-reasoning traces, structured chain-of-thought prompting, and execution feedback to achieve state-of-the-art performance on Spider and Bird benchmarks.

0 favorites 0 likes
#fine-tuning

ChatPlanner: A Large Language Model Framework for Personalized Public Transit Routing

arXiv cs.AI · 2026-06-16 Cached

ChatPlanner is a novel framework that uses fine-tuned LLMs with Retrieval-Augmented Generation (RAG) to interpret user preferences from natural language queries and integrate them into public transit routing algorithms, outperforming existing route planners.

0 favorites 0 likes
#fine-tuning

CogGuard: Cognitive and Operational Profiling for Proactive Warning in Edge Intelligent Services

arXiv cs.AI · 2026-06-16 Cached

CogGuard is a proactive-warning framework for edge intelligent services that decouples offline LLM-based profile construction from online SLM-based score prediction, reducing construction time by 48% and fine-tuning time by 19% while achieving lower prediction errors on education and operation datasets.

0 favorites 0 likes
#fine-tuning

Simplifying the Modeling of Arbitrary Conditionals in Natural Language

arXiv cs.CL · 2026-06-16 Cached

Proposes ac-gpt, a simple modification to causal Transformers that enables evaluating and sampling from arbitrary conditionals (past, future, mixed) in a single forward pass while preserving left-to-right ordering and next-token prediction, allowing existing LLMs to be fine-tuned for arbitrary conditioning.

0 favorites 0 likes
#fine-tuning

Zero-order Parameter-free Optimization for LMO-based Methods: Novel Approach for Efficient Fine-tuning

arXiv cs.LG · 2026-06-16 Cached

This paper introduces AdaNAGED, a method that combines zero-order optimization, parameter-free adaptation, and non-Euclidean update geometry for memory-efficient fine-tuning of large language models, with theoretical convergence guarantees and validation on the OPT-1.3B model.

0 favorites 0 likes
#fine-tuning

Building a 100x Cheaper Trace Judge with Fireworks (7 minute read)

TLDR AI · 2026-06-16 Cached

LangChain and Fireworks fine-tuned a Qwen model to detect 'Perceived Error' from agent traces, achieving 100x cost reduction while maintaining frontier performance. The judge model is designed to enrich traces with error signals for monitoring agentic systems.

0 favorites 0 likes
#fine-tuning

@omarsar0: Verifiers are a big deal. Without good verifiers, /goal & /loop breaks a lot. Anything out of distribution for an LLM, …

X AI KOLs Following · 2026-06-15 Cached

Emphasizes the importance of verifiers for LLM-based agents, noting that out-of-distribution tasks cause failures, and suggests tuning custom verifiers.

0 favorites 0 likes
#fine-tuning

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
#fine-tuning

Open weights are not enough: we need open training frameworks for research and better algorithms [P]

Reddit r/MachineLearning · 2026-06-15

A call for open training frameworks in AI research, introducing FeynRL, a modular and explicit framework for RL post-training of LLMs, VLMs, and agents, designed to make training processes visible and modifiable.

0 favorites 0 likes
#fine-tuning

@Vtrivedy10: there's a very exciting future agent recipe for building intelligence too cheap to meter, applied towards extracting si…

X AI KOLs Following · 2026-06-15 Cached

The post outlines a future agent recipe for building scalable intelligence by fine-tuning efficient, specialized open models to surpass frontier performance on LLM-as-a-judge tasks, and applying this to extract signals from trace data for continual learning. LangChain Labs and FireworksAI release new work demonstrating this approach.

0 favorites 0 likes
#fine-tuning

@Vtrivedy10: https://x.com/Vtrivedy10/status/2066571435871551655

X AI KOLs Timeline · 2026-06-15 Cached

A joint study by LangChain Labs and Fireworks AI demonstrates fine-tuning an open Qwen model to create a trace judge that detects 'perceived error' in production traces, achieving frontier performance at up to 100x lower cost. The model is evaluated on two internal datasets and shows generality across applications.

0 favorites 0 likes
#fine-tuning

@cjzafir: Before Claude Fable 5 got banned, I turned all my fine-tuning research and experiments into a product: http://Finetuner…

X AI KOLs Timeline · 2026-06-15 Cached

Developer @cjzafir announces Finetuner.dev, a CLI tool that uses orchestrator models like Codex 5.5 and Chinese models to generate high-quality, handcrafted datasets for fine-tuning small language models (1B-30B), claiming 10x lower costs and 5x better quality.

0 favorites 0 likes
#fine-tuning

Mia-AiLab/Qwable-3.6-27b

Hugging Face Models Trending · 2026-06-15 Cached

Mia-AiLab releases Qwable-3.6-27b, a full fine-tuned checkpoint of Qwen3.6-27B on a cleaned reasoning and instruction dataset, optimized for coding, technical assistance, and structured responses.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback