fine-tuning

Tag

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

@SergioPaniego: https://x.com/SergioPaniego/status/2066498136273531363

X AI KOLs Timeline · 2026-06-15 Cached

This post demonstrates how to fine-tune a model for free using a single prompt, leveraging the new Google Colab CLI along with Hugging Face's TRL and trackio tools, all orchestrated by an AI agent.

0 favorites 0 likes
#fine-tuning

Dense Coordinate-List Fine-Tuning Induces a Controllable Interference Surface in Vision-Language Models

arXiv cs.AI · 2026-06-15 Cached

This paper investigates how fine-tuning vision-language models to produce dense coordinate lists creates a controllable interference surface, finding that duplicate pressure can be removed without sacrificing localization accuracy.

0 favorites 0 likes
#fine-tuning

Beyond LoRA: Is Sparsity-Induced Adaptation Better?

arXiv cs.LG · 2026-06-15 Cached

This paper proposes sparsity-induced adaptations to LoRA, including Cheap LoRA (cLA) and a chained circulant variant (c³LA), and provides theoretical generalization bounds along with empirical evaluations showing up to 10% training time reduction and 15% peak GPU memory savings while maintaining competitive performance.

0 favorites 0 likes
#fine-tuning

BayLing-Duplex: Native Full-Duplex Speech Dialogue with a Single Autoregressive LLM

arXiv cs.CL · 2026-06-15 Cached

BayLing-Duplex is a native full-duplex speech language model that enables a single autoregressive LLM to manage turn-taking and interruptions without external VAD modules, achieving high success rates and improved response quality over prior models.

0 favorites 0 likes
#fine-tuning

Achieving Precise Text-To-Cypher Via Grounded Knowledge Graph Data Generation

arXiv cs.CL · 2026-06-15 Cached

This paper presents a synthetic data generation method for fine-tuning small LLMs to convert natural language to Cypher queries for property graphs, achieving competitive performance with large proprietary models while enabling local deployment and data sovereignty.

0 favorites 0 likes
#fine-tuning

ProCUA-SFT Technical Report

Hugging Face Daily Papers · 2026-06-15 Cached

ProCUA-SFT is a large-scale synthetic dataset of 3.1M step-level SFT samples for training computer-use agents, produced via an automated pipeline using a single VLM (Kimi-K2.5). Fine-tuning UI-TARS 7B on it achieves 45.0% on OSWorld, an 18.7 point improvement over the base model.

0 favorites 0 likes
#fine-tuning

Hierarchical Advantage Weighting for Online RL Fine-Tuning of VLAs from Sparse Episode Outcomes

Hugging Face Daily Papers · 2026-06-15 Cached

This paper proposes Hierarchical Advantage-Weighted Behavior Cloning (HABC) for fine-tuning Vision-Language-Action (VLA) policies using online reinforcement learning with sparse binary episode outcomes. HABC separates viability and efficiency objectives via adaptive critic heads and intervention-aware credit assignment, significantly improving success rates on contact-rich bimanual manipulation tasks.

0 favorites 0 likes
#fine-tuning

@ActuallyIsaak: Here is a real-life run, end-to-end from training to using the trained LLM in LM Studio by @lmstudio MLX-LoRA-Studio gi…

X AI KOLs Following · 2026-06-14 Cached

MLX-LoRA-Studio is a native macOS app for fine-tuning LLMs on Apple Silicon, offering a user-friendly interface and support for various training algorithms including SFT, DPO, and QAT. It is fully open-source and allows local, private fine-tuning without cloud dependency.

0 favorites 0 likes
#fine-tuning

@teortaxesTex: Holy crap, a Brazil municipal employee has discovered a 1000x faster way to finetune LLMs – with a little weird trick! …

X AI KOLs Timeline · 2026-06-14 Cached

A municipal employee in Brazil claims to have discovered a method that makes LLM fine-tuning 1000x faster, though analysis suggests the resulting model, Rio 3.5, is essentially a mixture of existing open-source models Nex N2 Pro and Qwen 3.5.

0 favorites 0 likes
#fine-tuning

@no_stp_on_snek: btw this was my loop. as you can see i didn't put much thought into it (typos and all), just a side thing to assess the…

X AI KOLs Following · 2026-06-14 Cached

Release of Qwopus3.6-27B-v2-MTP, a fine-tuned multi-token prediction reasoning model based on Qwen3.6-27B, optimized for coding, DevOps, and math tasks with improved generation speed.

0 favorites 0 likes
#fine-tuning

@TheAhmadOsman: Local AI is the future Learning how to run Opensource models (Inference), how to evaluate them systematically (Evals), …

X AI KOLs Following · 2026-06-14 Cached

A tweet from @TheAhmadOsman emphasizes that local AI is the future and recommends learning skills like running open-source models, conducting evals, and customizing models through fine-tuning.

0 favorites 0 likes
#fine-tuning

Retrieve, Don't Retrain: Extending Vision Language Action Models to New Tasks at Test Time

Hugging Face Daily Papers · 2026-06-14 Cached

This paper introduces a retrieval-augmented vision-language-action policy that eliminates per-task fine-tuning by using pre-trained models with indexed demonstrations, enabling efficient cross-embodiment generalization and task adaptation at test time.

0 favorites 0 likes
#fine-tuning

Finetuned a Early 2023-Era Model on 2 Instruction Following Datasets and it Became Good

Reddit r/LocalLLaMA · 2026-06-12

A finetuned Pythia-6.9B model on two instruction-following datasets for 550 steps becomes capable in 13 languages, showing significant improvement over the base model.

0 favorites 0 likes
#fine-tuning

@FinanceYF5: Claude Fable 5 completed his 4-month fine-tuning work in 3 hours. Complete 7-stage pipeline, TUI interface, HTML dashboard, 39 specialized skills, 8700 lines of code, 235 tests. 98% completion, one-shot. 4…

X AI KOLs Timeline · 2026-06-12 Cached

Claude Fable 5 completed a project that typically takes 4 months in just 3 hours, including a complete 7-stage pipeline, TUI interface, HTML dashboard, 39 specialized skills, 8700 lines of code, and 235 tests, achieving 98% completion in one shot.

0 favorites 0 likes
#fine-tuning

AAbAAC: An Annotated Corpus for Autoimmunity Information Extraction

arXiv cs.AI · 2026-06-12 Cached

AAbAAC is a manually annotated corpus of 115 PubMed abstracts for autoimmunity information extraction, focusing on entities like autoimmune diseases and autoantibodies. The study demonstrates improved NER performance after fine-tuning on this corpus.

0 favorites 0 likes
#fine-tuning

The Hidden Power of Scaling Factor in LoRA Optimization

arXiv cs.AI · 2026-06-12 Cached

This paper reveals that the scaling factor α in LoRA optimization is more influential than the learning rate, and proposes LoRA-α, a framework that improves performance and simplifies hyperparameter search by restoring α to its principled regime.

0 favorites 0 likes
#fine-tuning

PolyAlign: Conditional Human-Distribution Alignment

arXiv cs.CL · 2026-06-12 Cached

PolyAlign is a distribution-aware alignment framework that aligns language models to context-specific human response distributions rather than a single global style, improving naturalness and faithfulness across bilingual settings.

0 favorites 0 likes
#fine-tuning

Direct Preference Optimization for Chatbot Fine-Tuning: An Empirical Study

arXiv cs.CL · 2026-06-12 Cached

This paper presents an empirical study of Direct Preference Optimization (DPO) for fine-tuning a large language model, showing that DPO simplifies the training pipeline and achieves competitive performance while addressing training instability.

0 favorites 0 likes
#fine-tuning

Small LLMs for Biomedical Claim Verification: Cost-Effective Fine-Tuning, Structural Dataset Shortcuts, and Cross-Domain Generalization

arXiv cs.CL · 2026-06-12 Cached

Fine-tuning small LLMs (3B-7B) with QLoRA on biomedical claim verification achieves higher F1 than GPT-4o and GPT-5 at 44.5x lower cost, and reveals a structural artifact in SciFact. The study demonstrates robust cross-domain transfer when training on structurally sound data.

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

Submit Feedback