llama

Tag

Cards List
#llama

Muse Spark 1.2 Open Source before Llama 4 Behemoth!!?

Reddit r/LocalLLaMA · 2026-08-10

Muse Spark 1.2 is being open sourced, which is surprising given the focus on Llama 4 Behemoth. The author comments on the unexpected release order.

0 favorites 0 likes
#llama

Post-Training at the Edge of Detectability: A Game-Theoretic Approach to Fine-Tuning

arXiv cs.LG · 2026-07-30 Cached

This paper introduces a game-theoretic approach to fine-tuning language models that optimizes the trade-off between reward and deviating from a reference policy, providing a principled method for setting the KL regularization coefficient.

0 favorites 0 likes
#llama

@kuriharan: Estimated Quarter of Llama AI Sources Came From Books https://statista.com/chart/36465/estimated-data-source-distributi…

X AI KOLs Timeline · 2026-07-28

A Statista chart estimates that approximately a quarter of the training data for Meta's Llama AI model came from books, highlighting the composition of sources used in large language model development.

0 favorites 0 likes
#llama

Pointer-Augmented Autoregressive Generation of Patent Claims with Joint Topology and Content Decoding

arXiv cs.CL · 2026-07-28 Cached

This paper proposes SPG, a structure-aware patent generation method that jointly predicts claim topology and content during autoregressive decoding using a pointer head and a preference optimization stage, achieving significant improvements in parent link recovery and antecedent consistency on the HUPD-DCG benchmark.

0 favorites 0 likes
#llama

turns out the reason your tool calls randomly break on some models isn't random

Reddit r/AI_Agents · 2026-07-25

Testing 30 schema constraints across 16 models reveals each provider handles constraints differently, causing random tool call failures. The simple fix: move constraint text into property descriptions instead of relying on prompts.

0 favorites 0 likes
#llama

@ylecun: Soooo, releasing Linux was dumping? Apache, MySQL, PHP? HTTP, TCP/IP, OpenSSL, OpenSSH? Libjpeg, VLC? The open source s…

X AI KOLs Following · 2026-07-19 Cached

Yann LeCun defends open source by listing major projects like Linux, Apache, MySQL, and PyTorch, questioning the idea that releasing them was 'dumping'.

0 favorites 0 likes
#llama

A Shared Subcircuit Lets LLMs Count Down Across Tasks

arXiv cs.CL · 2026-07-15 Cached

This paper identifies a 'countdown subcircuit' in Llama-3.1-70B-Instruct that allows the model to track remaining tokens across various tasks, and demonstrates that this subcircuit is reused across different contexts and even models.

0 favorites 0 likes
#llama

@LottoLabs: So shortsighted for meta to stop releasing llama models

X AI KOLs Following · 2026-07-04

User criticizes Meta's decision to stop releasing Llama models, calling it shortsighted.

0 favorites 0 likes
#llama

Llama-b9856 Win Cuda 12.4 - Windows Defender claims it's a trojan

Reddit r/LocalLLaMA · 2026-07-01

Windows Defender flags a version of Llama-b9856 running on CUDA 12.4 as a trojan, raising security concerns.

0 favorites 0 likes
#llama

@jerryjliu0: Fully solving document parsing includes covering every point on the Pareto curve of accuracy, cost, and latency: High-a…

X AI KOLs Timeline · 2026-06-30 Cached

Jerry Liu presents a framework for document parsing across accuracy, cost, and latency tradeoffs, introducing LiteParse as an open-source, low-latency parsing tool for AI agent loops, along with LlamaParse for high-accuracy modes.

0 favorites 0 likes
#llama

Meta was secretly running on Google's Gemini the whole time and then got cut off for using too much

Reddit r/artificial · 2026-06-29

Meta was secretly using Google's Gemini for customer service, ad tools, and content moderation because it outperformed their own Llama models, until Google cut off access due to excessive capacity usage.

0 favorites 0 likes
#llama

A Tree-of-Thoughts Inspired Hybrid Approach for Legal Case Judgement Summarization using LLMs

arXiv cs.CL · 2026-06-29 Cached

Proposes a tree-of-thoughts inspired extractive-abstractive approach for legal case judgement summarization using LLMs, with experiments on DeepSeek and LLama showing improved summaries over extractive or abstractive methods alone.

0 favorites 0 likes
#llama

From Black-Box to Clinical Insight: A Multi-Stage Explainable Framework for Speech-Based Cognitive Impairment Detection

arXiv cs.CL · 2026-06-29 Cached

This paper presents a multi-stage explainable framework that combines SHAP-based token attribution, theory-informed linguistic features, and LLaMA-3.1-70B-Instruct LLM reasoning to interpret transformer-based speech models for cognitive impairment detection, achieving strong clinical alignment and high usability scores.

0 favorites 0 likes
#llama

Political bias in AI: Where the AI models stand

Hacker News Top · 2026-06-25 Cached

An analysis of political leanings in six major AI models, showing that 4 out of 6 lean left of center on the economic axis, with some models being unaware of their own bias.

0 favorites 0 likes
#llama

Llama bench and real performance wayy different(Help)

Reddit r/LocalLLaMA · 2026-06-18

Discussion about the significant gap between Llama model benchmark scores and actual real-world performance, with the author seeking assistance.

0 favorites 0 likes
#llama

@Akashi203: i open-sourced automegakernel -- compiles any huggingface model into a single persistent megakernel batch-1 decode is b…

X AI KOLs Timeline · 2026-06-17 Cached

AutoMegaKernel is an open-source agent harness that compiles any HuggingFace model into a single persistent megakernel, fusing the entire forward pass into one GPU launch to reduce overhead. It achieves up to 1.33x speedup over CUDA-graphed cuBLAS on inference-class GPUs like L4 and L40S, while proving schedules deadlock- and race-free.

0 favorites 0 likes
#llama

Frame-Conditioned Moral Computation in LLaMA 3.1-8B-Instruct: A Mechanistic Interpretability Audit of Ethical Reasoning

arXiv cs.AI · 2026-06-16 Cached

This paper uses mechanistic interpretability to audit ethical reasoning in LLaMA 3.1-8B-Instruct, finding a 'Situational Anchor Effect' where domain-specific representations dominate moral computation, and proposing 'Mechanistic Alignment' as a research program.

0 favorites 0 likes
#llama

@rewind02: A Stanford professor just gave a public lecture on exactly how GPT, Claude, and LLaMA are built under the hood no insid…

X AI KOLs Timeline · 2026-06-14 Cached

A Stanford professor delivered a public lecture providing a comprehensive breakdown of how modern LLMs like GPT, Claude, and LLaMA are built under the hood, making advanced architecture accessible to the public.

0 favorites 0 likes
#llama

Open sourcing InfiniteKV: a KV cache that files old tokens as 104-byte searchable records in RAM or on disk instead of deleting them. Mistral-7B answered from token 76,747, 2.3x past its trained window. Colab demo

Reddit r/LocalLLaMA · 2026-06-12

InfiniteKV is an open-source KV cache technique that compresses old tokens into 104-byte searchable records stored in RAM or on disk, enabling models to handle million-token contexts beyond their trained window without discarding data. Verified working with Mistral-7B and SmolLM2.

0 favorites 0 likes
#llama

The Order Matters: Sequential Fine-Tuning of LLaMA for Coherent Automated Essay Scoring

arXiv cs.CL · 2026-06-10 Cached

This paper investigates sequential fine-tuning of LLaMA-3.1-8B for automated essay scoring using a curriculum aligned with discourse structure, showing improved coherence and performance compared to independent or randomized training.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback