WeSearch
Hub / Tags / Tuning
TAG · #TUNING

Tuning coverage.

Every story in the WeSearch catalog tagged with #tuning, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

51 stories tagged with #tuning, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Tuning"

RELATED TAGS
#fine-tuning5#ai4#ml4#llm3#automotive1#luxury-vehicles1#electric-cars1#auto-show1#mansory1#zeekr1#auto-china-20261#beijing1
PASSO

Fine-tuning an LLM to write docs like it's 1995

In my predictions for 2030 I wrote that tech writers would be using specialized LLMs, running locally on powerful hardware. I see hints of this move to “local first” among engineer…

59 views ·
#technology#artificial intelligence#machine learning
NVIDIA TECHNICAL BLOG

Extract More Kernel Performance with Nvidia CompileIQ Auto-Tuning

NVIDIA CompileIQ tackles one of the hardest problems in performance engineering: finding the compiler options that unlock the best performance for a specific workload. Consider a t…

17 views ·
#nvidia#gpu#ai
BETTERDB PLAYGROUND

Show HN: Self tuning chat exposing it's semantic and agentic cache

Open-source RAG chatbot over Valkey, Redis OSS, Dragonfly, and BetterDB docs. Live demo of @betterdb/agent-cache and @betterdb/semantic-cache with real-time hit/miss metrics.…

22 views ·
#technology#databases#caching
R/STABLEDIFFUSION

Using Claude Cowork for installing and finetuning

23 views ·
DEV.TO (TOP)

Fine-Tuning Qwen2.5-0.5B to Write SRE Post-Mortem Summaries

Writing post-mortem root-cause summaries is time-consuming and inconsistent. Junior SREs miss...…

15 views ·
#machinelearning#ai#sre
DEV.TO (TOP)

DuckDB 1.5.3 Iceberg updates, PostgreSQL TDE extension & AI index tuning

DuckDB 1.5.3 Iceberg updates, PostgreSQL TDE extension & AI index tuning ...…

18 views ·
#database#sql#postgresql
R/LOCALLLAMA

Uploaded my Qwen3.6 27B based fine tune, after two years of experience fine tuning models

16 views ·
THE GLOBE AND MAIL

Canadian filmmaker Daniel Roher is fine-tuning his career, but hasn’t forgotten about Navalny

Toronto-born filmmaker Roher is an irrepressible dynamo of energy…

15 views ·
#film#documentary#narrative
DEV.TO (TOP)

Magento 2 Nginx Optimization for High Traffic — Complete Server Tuning Guide

Tune Nginx for Magento 2 to handle high traffic without breaking a sweat. Worker processes, gzip, keepalive, microcaching, SSL/TLS, and more — all with real config examples.…

20 views ·
#magento#nginx#performance
NYT — US

Just Tuning In? Here’s What to Know About the Midterms.

21 views ·
R/PROMPTENGINEERING

I tested 4 methods to make LLMs write literary subtext. Few-shot with 5 examples beat fine-tuning and DPO.

17 views ·
ARXIV.ORG

Contrastive Decoding Diffing: Recovering Finetuning Data Without Weight Access

Narrowly finetuned language models memorize implanted content verbatim, but auditing what a deployed model has been taught, without access to its weights or training data, remains …

16 views ·
#machine learning#ai#data recovery
DEV.TO (TOP)

RAG vs Fine-Tuning- Choosing Right Strategy for Modern AI Applications

AI applications go beyond conversational chatbots and general use cases. Companies want their AI...…

16 views ·
#ai#development#technology
ARXIV CS.AI

Jailbreak to Protect: Buffering and Reinforcing via Temporary Jailbreaking for Safe Fine-Tuning in Large Language Models

Fine-tuning-as-a-Service (FaaS) enables personalization of large language models (LLMs), but it can weaken safety-alignment under harmful fine-tuning attacks. Recent work has shown…

17 views ·
#artificial intelligence#machine learning#language models
ARXIV CS.AI

Geo-Expert: Towards Expert-Level Geological Reasoning via Parameter-Efficient Fine-Tuning

While general-purpose Large Language Models (LLMs) applied to Geology often hallucinate when reasoning about subsurface structures and deep-time evolution, current AI in Earth scie…

15 views ·
#artificial intelligence#geology#machine learning
PHYS.ORG

Tuning into quantum sounds: Acoustic devices simplify quantum sensors

20 views ·
R/LOCALLLAMA

Please give me your best tips for fine tuning RTX Pro 6000 on Intel i7-14700KF

17 views ·
ARXIV CS.AI

Understanding and Improving Noisy Embedding Techniques in Instruction Finetuning

Recent advancements in instructional fine-tuning have injected noise into embeddings, with NEFTune (Jain et al., 2024) setting benchmarks using uniform noise. Despite NEFTune's emp…

13 views ·
#machine learning#artificial intelligence#language models
R/CYBERSECURITY

How does your MSSP handle fine-tuning detection rules for false positives? (e.g. "Guest" policy hitting UDP/TCP scan alerts) — do you verify with the customer before suppressing?

17 views ·
DEV.TO (TOP)

AI-Native Database: Scalable Performance, Autonomous Tuning & Vector Search

Modern applications generate massive amounts of data every second. Traditional database systems struggle to keep pace with these demands. Performance…

12 views ·
#database#ai#programming
DEV.TO (TOP)

The php-fpm Tuning Cheat Sheet: 5 Settings That Decide Your p99

php-fpm has 30+ knobs. Five of them decide your p99. The other 25 don't matter until you've got the five right. Real www.conf snippets inside.…

10 views ·
#php#devops#performance
DEV.TO (TOP)

PID Tuning That Actually Converges: Ziegler-Nichols and the Root Locus View

The PID controller is the workhorse of industrial control. It runs temperature loops, motor drives,...…

14 views ·
#engineering#control#science
R/POSTGRESQL

PostgreSQL 17 migration postmortem - (WAL recycling, replication lag, silent timeouts, and conservative tuning gone wrong)

17 views ·
ARXIV CS.AI

Long-Context Reasoning Through Proxy-Based Chain-of-Thought Tuning

Recent large language models support inputs of up to 10 million tokens, yet they perform poorly on long-context tasks that require complex reasoning. Such tasks can be solved using…

16 views ·
#artificial intelligence#machine learning#computation
ARXIV CS.AI

Spectral Unforgetting: Post-Hoc Recovery of Damaged Capabilities Without Retraining

Fine-tuning a language model for a target task routinely degrades capabilities the training data never explicitly threatened. We study this phenomenon, known as catastrophic forget…

17 views ·
#machine learning#artificial intelligence#fine-tuning
ARXIV CS.AI

Beyond Routing: Characterising Expert Tuning and Representation in Vision Mixture-of-Experts

Mixture-of-Experts (MoE) models are often interpreted by analysing which categories are routed to which experts. However, routing alone does not reveal what each expert actually en…

20 views ·
#computer vision#artificial intelligence#machine learning
POSTGR

Christophe Pettus: All Your GUCs in a Row: checkpoint_timeout and checkpoint_completion_target

PostgreSQL's default 5-minute checkpoint interval wastes I/O on modern servers.…

16 views ·
#postgresql#database#performance
R/PROMPTENGINEERING

Stop tuning multi-agent prompts by hand: Learning prompts via system-level credit assignment (CANTANTE)

13 views ·
DEV.TO (TOP)

The Free Note Frequency Chart: A Practical Guide to Understanding Pitch and Tuning

Explore how a free note frequency chart bridges music theory and physics. This article explains note...…

15 views ·
#music#science#tutorial
ARXIV CS.AI

Hybrid-LoRA: Bridging Full Fine-Tuning and Low-Rank Adaptation for Post-Training

Post-training has become essential for adapting large language models (LLMs) to complex downstream behaviors, including instruction following, preference alignment, and multi-step …

13 views ·
#machine learning#artificial intelligence#post-training
LIFESITENEWS

US Catholic converts are tuning out their liberal, heterodox bishops

Pope Francis' brand of Catholicism, now continuing under Pope Leo XIV, is a politicized version of the faith that prioritizes wokeness and social justice over doctrinal fidelity.…

21 views ·
#catholicism#religion#politics
DEV.TO (TOP)

Fine-Tuning Llama 3.2 3B on Medical QA: Week 1 Setup and Baseline Inference

The Problem With General-Purpose LLMs in Healthcare Ask a general-purpose LLM about the...…

14 views ·
#ai#machinelearning#healthcare
ROSMINE ML BLOG

Fixing LLM Writing with Distribution Fine Tuning

Technical Report: How Distribution Fine Tuning (DFT) improves LLM writing quality…

14 views ·
#artificial intelligence#machine learning#natural language processing
X (FORMERLY TWITTER)

Distribution Fine Tuning (DFT): A post training step that fixes LLM writing

I fixed why LLMs write so poorly, and I have a demo to prove it Announcing Distribution Fine Tuning (DFT): A post training step that fixes LLM writing Model outputs fooled pangra…

23 views ·
GOOGLE NEWS

Just Tuning In? Here’s What to Know. - The New York Times

Comprehensive up-to-date news coverage, aggregated from sources all over the world by Google News.…

13 views ·
HUGGING FACE BLOG

Fine-Tuning NVIDIA Cosmos Predict 2.5 with LoRA/DoRA for Robot Video Generation

A Blog post by NVIDIA on Hugging Face…

23 views ·
#nvidia#robotics#machine learning
NEURVANCE

Show HN: Dataset for AI training and fine tuning

Article 10 and Annex IV-ready CC0 training data for EU high-risk AI compliance. IP indemnity included on Compliance tier. Enforcement starts 2 August 2026.…

19 views ·
#ai#data#training
HACKER NEWS (AI / LLM)

RAG vs. Fine-Tuning – The Question Every AI Builder Gets Wrong

AI models don't know your private data. Two approaches have been the standard answer. In 2026, a third matters just as much.…

21 views ·
#ai#fine-tuning#rag
ARXIV CS.AI

Representation Without Reward: A JEPA Audit for LLM Fine-Tuning

Joint-embedding predictive architectures (JEPAs) propose that a model should learn more useful abstractions when trained to predict latent representations rather than observed outp…

14 views ·
#machine learning#artificial intelligence#language models
ARXIV CS.AI

From Feedback Loops to Policy Updates: Reinforcement Fine-Tuning for LLM-Based Alpha Factor Discovery

Modern quantitative trading increasingly relies on systematic models to extract predictive signals from large-scale financial data, where alpha factor discovery plays a central rol…

15 views ·
#finance#artificial intelligence#computational engineering
ARXIV CS.AI

$f$-Trajectory Balance: A Loss Family for Tuning GFlowNets, Generative Models, and LLMs with Off- and On-Policy Data

In GFlowNets and variational inference, it has been shown that the mean square error between target and model log probabilities is an effective, low variance, surrogate loss for tr…

15 views ·
#machine learning#generative models#artificial intelligence
ARXIV CS.AI

Tuning-free Instruction-based Video Editing Via Structural Noise Initialization and Guidance

Video editing poses a significant challenge. While a series of tuning-free methods circumvent the need for extensive data collection and model training, they often underutilize the…

15 views ·
#video editing#computer vision#artificial intelligence
HACKER NEWS (AI / LLM)

The LLM Fine-Tuning Guide

From dataset to GGUF - every parameter explained, every step runnable…

14 views ·
#machine learning#artificial intelligence#language models
DEV.TO (TOP)

Reducing LLM Hallucinations in 2026: LoRA, F-DPO, and the Math That Actually Works

It is May 2026, and the field has stopped pretending hallucinations are going to disappear. What...…

22 views ·
#ai#machine learning#llm
DEV.TO (TOP)

LLMs as Linguistic Probes: A Graduate Student's Guide to Advanced Syntax, Semantics, and Efficient Fine-Tuning

The intersection of large language models (LLMs) and advanced linguistics has moved beyond...…

21 views ·
#computational linguistics#nlp research#large language models
DEV.TO (TOP)

Agentic LLM Inference Parameters Reference for Qwen and Gemma

This page is a practical reference for agentic LLM inference tuning (temperature, top_p, top_k,...…

21 views ·
#llm#qwen
GITHUB

Zhengkid/AutoTTS: Agentic Discovery for Test-Time Scaling

The offical repo for "LLMs Improving LLMs: Agentic Discovery for Test-Time Scaling" - zhengkid/AutoTTS…

18 views ·
#ai research#language models#test-time scaling
XDA DEVELOPERS

I change these two simple settings on my GPU to unlock better performance

Squeeze a bit more juice out of your GPU with two easy changes.…

17 views ·
#gpu#performance tuning#overclocking
DEV.TO (TOP)

84. Fine-Tuning LLMs: Teaching Giants New Tricks

GPT-3 has 175 billion parameters. Full fine-tuning updates all 175 billion with every gradient step....…

13 views ·
#ai#llm#fine-tuning
HYPEBEAST

Mansory Debuts the Ultra-Luxury Zeekr 9X at Auto China 2026

The plug-in hybrid SUV gains a carbon fiber widebody, suicide doors and a plush white leather cabin with an integrated refrigerator.…

17 views ·
#automotive#luxury vehicles#electric cars
TECHMEME

Sources and memos: Tencent employees used Claude Code to assist them with evaluating and fine-tuning the company's new Hy3 model to improve its performance (Juro Osawa/The Information)

18 views ·