transformers

Tag

Cards List
#transformers

Streaming Nemotron 3 Diarization

Reddit r/LocalLLaMA · 17h ago

The article describes a user's hands-on experience with the Nemotron 3 Diarization model, highlighting its streaming capabilities and integration into a speech-to-speech setup with a robot.

0 favorites 0 likes
#transformers

@Zefan_Cai: Spot the wrong target before you hit Confirm. Try the Open-Jev-27B-v1.1 demo: click between two examples and see how th…

X AI KOLs Following · 23h ago Cached

Open-Jev-27B-v1.1 is an open-source AI model with a LoRA adapter, achieving 85.28% accuracy on JevBench and featuring interactive demos for various tasks.

0 favorites 0 likes
#transformers

Hinton vs. LeCun is back: did recent reasoning models prove that LeCun was right all this time about auto-regressive LLMs?

Reddit r/singularity · yesterday

A debate resurfaces between AI pioneers Geoffrey Hinton and Yann LeCun regarding the efficacy of autoregressive LLMs, with recent advances in reasoning models reigniting the discussion on whether transformers alone suffice for human-like reasoning.

0 favorites 0 likes
#transformers

@julien_c: transformers x @ggml_org collab

X AI KOLs Following · yesterday Cached

Transformers and ggml_org collaborate to integrate GGML kernels into the transformers library, enabling GGUF file loading at performance levels comparable to llama.cpp.

0 favorites 0 likes
#transformers

@ggerganov: Run GGUF models directly with transformers. This work brings ggml's Metal kernels to the transformers ecosystem, increa…

X AI KOLs Timeline · yesterday Cached

This work integrates ggml's Metal kernels into the transformers library, allowing GGUF models to run directly with improved compatibility and performance for fast local inference on Mac.

0 favorites 0 likes
#transformers

Role-Aware Morgan Fingerprints for Reaction Yield Prediction

arXiv cs.LG · 2d ago Cached

The paper introduces MFP, a method using role-aware Morgan fingerprints for predicting reaction yields in chemistry, achieving high accuracy and faster training compared to existing methods like YieldBERT and GNAN.

0 favorites 0 likes
#transformers

From Latent Biomarkers to Clinical Rules: Embedding-Guided Rule Mining and Attribution-Based Translation for Interpretable Tabular Learning

arXiv cs.LG · 2d ago Cached

This paper introduces a pipeline that uses transformers and embeddings to extract interpretable decision rules from clinical tabular data, translating latent biomarkers back to measurable features for better clinical decision support.

0 favorites 0 likes
#transformers

MechaTerp-TRACE: A Novel Approach for Component Ablation Analysis in Language Models

arXiv cs.CL · 2d ago Cached

The paper introduces MechaTerp-TRACE, a method for component ablation analysis in language models, finding that entity knowledge is largely attributable to generic generation machinery rather than localized components.

0 favorites 0 likes
#transformers

World Modeling in Transformers

arXiv cs.AI · 3d ago Cached

The paper demonstrates that transformers can have faithful internal world models, using mechanistic analysis to show that failures stem from feature interference rather than incoherent maps, and proposes affordance packing to enhance performance.

0 favorites 0 likes
#transformers

Do Quantum Models Scale Like LLMs?

arXiv cs.LG · 3d ago Cached

This paper investigates whether transformers trained on quantum measurement data from Rydberg atom arrays exhibit neural scaling laws similar to large language models, finding that scaling behavior depends on the statistical structure of the data, particularly near critical points.

0 favorites 0 likes
#transformers

Not All Irregularity Is Equal: Causally Isolating a Rare Failure Mode in Japanese Morphological Inflection

arXiv cs.CL · 3d ago Cached

The paper diagnoses systematic errors in neural morphological generation for Japanese past-tense verb inflection, focusing on a rare irregular subtype that causes disproportionate errors. Ablation experiments demonstrate that removing this subtype improves accuracy more than removing all irregular verbs, emphasizing the importance of fine-grained subclass analysis.

0 favorites 0 likes
#transformers

A Jev-style model fine-tuned on Qwen3.5 4B

Reddit r/LocalLLaMA · 3d ago

The author fine-tuned Qwen3.5 4B using LoRA with public and synthetic data to create a Jev-style model, achieving improved performance and open-sourcing the model and dataset.

0 favorites 0 likes
#transformers

@NFT_Chen: Awesome! Instantly transform any LLM into a Jev model with a localized decision engine! LLM2Jev brings Jev's unified Ch…

X AI KOLs Timeline · 4d ago Cached

LLM2Jev is an open-source tool that adapts local HuggingFace models to perform structured decisions with Choice, Score, and Noul frameworks, offering prefill-only inference and integration with Transformers and SGLang.

0 favorites 0 likes
#transformers

@shao__meng: https://x.com/shao__meng/status/2101562189945409913

X AI KOLs Timeline · 4d ago Cached

This article revisits a blog post by the Manus AI team from a year ago on context engineering practices, summarizing six key lessons for building AI Agents, such as context management, memory recovery, and error handling.

0 favorites 0 likes
#transformers

@yibie: https://x.com/yibie/status/2101491585741394047

X AI KOLs Timeline · 4d ago Cached

This article explains in detail MoE (Mixture of Experts) inference engineering, corrects misconceptions about activated parameters and deployment costs, and delves into technical details such as router selection, runtime grouping, GPU execution, memory management, and expert parallelism.

0 favorites 0 likes
#transformers

@maximelabonne: BERT was so incredibly big in ~2020 that @huggingface dedicated a page to "BERTology" in their docs. Lots of nostalgia …

X AI KOLs Timeline · 4d ago Cached

A nostalgic reflection on BERT's significant impact in 2020, with Hugging Face documenting it as 'BERTology', and a debate on what constitutes a large language model.

0 favorites 0 likes
#transformers

@XAMTO_AI: Long PDFs are cut into single pages and then stitched back together, where cross-page tables and reading order are most…

X AI KOLs Timeline · 5d ago Cached

Baidu's open-source Unlimited-OCR model processes multiple PDF pages simultaneously, outperforming baselines like DeepSeek-OCR and supporting local execution with community integrations.

0 favorites 0 likes
#transformers

What Do Current Systematic Generalization Tasks Miss? A Reasoning-Centered Analysis

arXiv cs.AI · 6d ago Cached

This paper introduces TranSGrid, a testbed that integrates deductive, inductive, and abductive reasoning to evaluate systematic generalization in AI. Experiments with Transformers show that current tasks overlook essential reasoning aspects, resulting in performance gaps on the proposed testbed.

0 favorites 0 likes
#transformers

Beyond Episodic AI: Cognitive Field Networks for Biologically Inspired Persistent Cognition

arXiv cs.AI · 2026-09-16 Cached

This paper proposes Cognitive Field Networks (CFNs), a recurrent Transformer architecture for continuous cognitive dynamics that enables persistent, history-dependent cognition without explicit memory systems, inspired by biologically inspired theories.

0 favorites 0 likes
#transformers

On the Importance of Gating: Memorization vs. In-Context Learning in State Space Models

arXiv cs.LG · 2026-09-16 Cached

This paper investigates the role of gating mechanisms in State Space Models, demonstrating that they promote memorization over in-context learning, yet can improve generalization to long sequences.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback