small-models

Tag

Cards List
#small-models

Is Microsoft-Phi dead?

Reddit r/LocalLLaMA · 4d ago

A user reflects on Microsoft's Phi small model family, noting the last major release was in December 2024 and speculating whether Phi 5 will ever be released.

0 favorites 0 likes
#small-models

I tested proven orchestration techniques on small local models. 90% failed. The 10% that survived roughly doubled task completion.

Reddit r/LocalLLaMA · 2026-07-29

A Reddit user shares results from testing proven orchestration techniques on small local LLMs, finding that 90% failed but the surviving 10% roughly doubled task completion across models like LFM 1.2B and Gemma 4 26B-A4B.

0 favorites 0 likes
#small-models

Small Vision-Language Models Know When They Are Wrong But Cannot Say So: A Two-Model Study of Stated versus Internal Confidence Under Realistic Image Degradation

arXiv cs.CL · 2026-07-27 Cached

This paper evaluates how small open-weight vision-language models (Qwen2-VL-2B and SmolVLM) handle realistic image degradations, finding that their verbalized confidence is unreliable while internal token probability provides much better error detection, though both fail under severe low-light conditions.

0 favorites 0 likes
#small-models

Local agent workspace on a 4GB laptop GPU (RTX 3050 Ti): the tok/s and where a small model struggles once it has to call tools, build artifacts, and RAG

Reddit r/LocalLLaMA · 2026-07-25

The author benchmarks local Qwen models of various sizes on a 4GB RTX 3050 Ti laptop GPU within the Bike4Mind workspace, finding the 2B model at Q4_K_M quantization is the sweet spot for fitting in VRAM, achieving 96 tok/s. Smaller models struggle with tool selection, artifact generation requiring multiple models, and RAG embeddings causing model swap overhead.

0 favorites 0 likes
#small-models

MiniCache: Reusable Program Caching with Small Model Interfaces for Efficient LLM Inference

arXiv cs.AI · 2026-07-24 Cached

MiniCache is a program caching framework that reuses computation across similar requests by parameterizing Program-of-Thought programs, using small models for semantic variable extraction and speculative drafting to improve LLM inference efficiency.

0 favorites 0 likes
#small-models

@swyx: one thing i think people dont appreciate enough about @poolsideai is their unusual degree of openness — not only have t…

X AI KOLs Timeline · 2026-07-23 Cached

A tweet highlights PoolsideAI's unusual openness, praising their release of a small coding model, publication of papers, and full evaluation datasets, setting a standard for transparency in AI.

0 favorites 0 likes
#small-models

CPU-only inference on a Celeron N5095 SBC: 6 models from 0.6B to 8B, benchmarked

Reddit r/LocalLLaMA · 2026-07-23

This post benchmarks six AI models from 0.6B to 8B parameters running CPU-only inference on a Celeron N5095 single-board computer, providing performance comparisons.

0 favorites 0 likes
#small-models

@ms_aifrontiers: MagenticLite's models are now fully open source! MagenticBrain (14B orchestrator) and the Fara 1.5 computer-use family …

X AI KOLs Timeline · 2026-07-22 Cached

Microsoft AI Frontiers open-sources MagenticLite, including the MagenticBrain 14B orchestrator and Fara 1.5 computer-use models, now available on Hugging Face with open weights and the full application stack.

0 favorites 0 likes
#small-models

@_avichawla: https://x.com/_avichawla/status/2077653695123378321

X AI KOLs Timeline · 2026-07-16 Cached

This article argues that vLLM and similar serving frameworks are inefficient for running multiple small AI models on a single GPU due to design limitations. It introduces the SIE open-source inference engine as a solution for serving many models together to reduce costs.

0 favorites 0 likes
#small-models

@jtdavies: Coding on small models... My default model for my 4xDGX Spark cluster is @UnslothAI's Qwen3.6-35B-A3B-NVFP4. I get exce…

X AI KOLs Timeline · 2026-07-15 Cached

A user tests various small AI models for coding tasks, finding Qwen3.6-27B-NVFP4 to be the best balance of speed and accuracy, and notes poor Java performance in these models.

0 favorites 0 likes
#small-models

A.L.F.R.E.D. - 2B models with template can match 35B Models with 4x less speed

Reddit r/LocalLLaMA · 2026-07-15

A.L.F.R.E.D. proposes a system that distills knowledge from large models into small ones and routes simple tasks to the small models, achieving performance of 35B models with 2B models while reducing inference cost by 4x.

0 favorites 0 likes
#small-models

I RL-trained Qwen3.6-35B-A3B to RL-train small task-specific Qwen models. Fully open source! 🤓

Reddit r/LocalLLaMA · 2026-07-14

The author trained a Qwen3.6-35B-A3B model using reinforcement learning to then RL-train small task-specific Qwen models, and has released everything fully open source.

0 favorites 0 likes
#small-models

@IntuitMachine: The One Change That Lets Small Models Outperform Their Size 1/ Everyone knows you need a 70B model to beat GPT-4 on com…

X AI KOLs Timeline · 2026-07-13 Cached

A thread introducing the Atomic Task Graph (ATG), a DAG-based execution substrate that allows a small 8B model to outperform GPT-4 on complex agent tasks by storing plan structure in a graph instead of linear text, reducing context bloat and enabling localized failure recovery.

0 favorites 0 likes
#small-models

@no_stp_on_snek: Fine Tuning Field Notes Article: short version: it was less about making it smarter and more about giving it a backbone…

X AI KOLs Timeline · 2026-07-07 Cached

A practitioner shares surprising findings from fine-tuning a small open model to be genuinely better in practical use, not just on benchmarks.

0 favorites 0 likes
#small-models

@no_stp_on_snek: https://x.com/no_stp_on_snek/status/2074471505128305095

X AI KOLs Timeline · 2026-07-07 Cached

A fine-tuning practitioner recounts discovering that a small open model's weakness wasn't intelligence but a people-pleasing 'backbone' that caused it to cave under pressure, and how training to correct that inadvertently broke formatting ability, requiring a additive balancing approach rather than subtraction.

0 favorites 0 likes
#small-models

CPU TTS benchmark with UTMOS MOS scoring: Kokoro, Supertonic, Inflect-Nano, and Kyutai's new Pocket TTS [P]

Reddit r/MachineLearning · 2026-07-06

A CPU TTS benchmark compares Kokoro, Supertonic, Inflect-Nano, and Kyutai's Pocket TTS using UTMOS MOS scores, revealing interesting findings about RTF scaling, UTMOS limitations with small vocoders, and undocumented output caps. Pocket TTS offers unique zero-shot voice cloning on CPU.

0 favorites 0 likes
#small-models

Using "applications" to make a smaller model more effective at bigger tasks.

Reddit r/LocalLLaMA · 2026-07-05

A discussion on using applications to enhance the effectiveness of smaller AI models on larger tasks, balancing efficiency and performance.

0 favorites 0 likes
#small-models

Parameter Golf: What Really Works?

arXiv cs.CL · 2026-07-03 Cached

A paper analyzing the Parameter Golf open challenge for training language models under strict size and time constraints, finding that individual techniques rarely improve BPB by more than 1% but collectively achieved a 13.6% reduction.

0 favorites 0 likes
#small-models

@maximelabonne: IFStruct now has a leaderboard on @huggingface!

X AI KOLs Following · 2026-07-02 Cached

IFStruct, an instruction-following benchmark for structured output by Liquid AI, now has a leaderboard on Hugging Face, aimed at improving small models for local execution and correct tool use.

0 favorites 0 likes
#small-models

@nathanhabib1011: ifstruct by @liquidai, an instruction-following benchmark for structured output. Why is this important? Because smaller…

X AI KOLs Following · 2026-07-02 Cached

ifstruct is an instruction-following benchmark for structured output by Liquid AI, designed to push the field toward better small models that can run locally.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback