gpt-2

Tag

Cards List
#gpt-2

Evaluating Dedicated Monolingual and Joint Multilingual Causal Models for Dravidian Languages

arXiv cs.CL · 4d ago Cached

This paper trains five GPT-2-style models from scratch to compare dedicated monolingual models for Tamil, Telugu, Kannada, and Malayalam against a joint multilingual model, finding monolingual models outperform mGPT on sentiment classification and NER with more efficient tokenizers.

0 favorites 0 likes
#gpt-2

@xiaoying_eth: Former OpenAI's Andrej Karpathy created a crazy project. A ChatGPT trained with $1,000, with so little code, the core logic is fully understandable. From pretraining, fine-tuning to reinforcement learning, the entire LLM development workflow is condensed into a few Python files. The best part is, you can really spend tens of thousands of dollars to train a chat model from scratch...

X AI KOLs Timeline · 2026-08-03 Cached

Andrej Karpathy released nanochat, a minimalist LLM training framework that can train a GPT-2-level model for just around $48, covering the entire pipeline of pretraining, fine-tuning, and reinforcement learning, with minimal and fully transparent code.

0 favorites 0 likes
#gpt-2

Follow up: GPT-2's vocabulary as a hyperbolic tree — 32,070 tokens in a Poincaré ball you can fly through [P]

Reddit r/MachineLearning · 2026-07-19

A follow-up project visualizing GPT-2's 32,070 tokens as an interactive hyperbolic tree in a Poincaré ball, allowing users to fly through the embedding space.

0 favorites 0 likes
#gpt-2

Interactive map of GPT-2's token embedding space - tap any token and explore [P]

Reddit r/artificial · 2026-07-19 Cached

An interactive map of GPT-2's token embedding space that lets users tap any token to explore its embeddings.

0 favorites 0 likes
#gpt-2

GPT-2 Small’s embedding geometry around “Trump”: discretized vs. continuous nearest neighbours [P]

Reddit r/MachineLearning · 2026-07-18

This paper examines the embedding geometry of GPT-2 Small around the token 'Trump', comparing discretized and continuous nearest neighbor approaches to understand representational structure.

0 favorites 0 likes
#gpt-2

Language Re-generation: An investigation into information locality effects on reconstruction

arXiv cs.CL · 2026-07-14 Cached

This paper investigates how GPT-2 models pre-trained on impossible languages (with disrupted information locality) can recover natural English, showing a bias toward shorter dependency lengths and dissociation between structural and surface recovery.

0 favorites 0 likes
#gpt-2

GPT-2 Fully Decoded Internally Black Box Fully Open With Demo

Reddit r/artificial · 2026-07-11

The BABEL codec achieves the first complete decode of GPT-2 small's internal state, reconstructing 94.7% of its behavior and enabling reading and writing to the model in English, with open source resources and a demo.

0 favorites 0 likes
#gpt-2

Representation as a Bottleneck for Mechanistic Interpretability: The Manifestation Unit Protocol

arXiv cs.LG · 2026-07-02 Cached

This paper introduces Manifestation Units, a typed tuple protocol for organizing per-component statistics from mechanistic interpretability analyses into structured, queryable fields. The protocol is demonstrated across vision (β-VAE, CNN) and language (GPT-2) models, showing improved retrieval and causal sufficiency.

0 favorites 0 likes
#gpt-2

The Curse of Multiple Mediators: Hidden Interaction Effects in Activation Patching

arXiv cs.LG · 2026-06-29 Cached

This paper re-derives activation patching from causal mediation analysis, revealing that the natural indirect effect (NIE) captures not only a component's causal effect but also interaction effects with other components. It demonstrates these hidden interactions in the GPT-2 IOI circuit and argues that they are a diagnostic tool rather than a nuisance.

0 favorites 0 likes
#gpt-2

Show HN: NanoEuler – GPT-2 scale model in pure C/CUDA from scratch

Hacker News Top · 2026-06-28 Cached

NanoEuler is a GPT-2-scale language model built entirely from scratch in C/CUDA without any ML libraries, including hand-written forward/backward passes, a byte-level BPE tokenizer, and training pipeline. The project is an educational artifact demonstrating the engineering behind transformer training and runs on a single RTX 4070.

0 favorites 0 likes
#gpt-2

gpt-2 is too dangerous to be released

Reddit r/singularity · 2026-06-27

OpenAI trained the GPT-2 language model but deemed it too dangerous to release to the public due to potential misuse.

0 favorites 0 likes
#gpt-2

Current World Models Lack a Persistent State Core

Hugging Face Daily Papers · 2026-06-18 Cached

This paper argues that current world models lack a persistent state core, proposing a hybrid approach that adds temporal-causal structure via η-pseudo-unitary operator dynamics to convert pretrained GPT-2 into a time-reasoning model.

0 favorites 0 likes
#gpt-2

Nothing from Something: Can a Language Model Discover 0?

arXiv cs.AI · 2026-06-17 Cached

This paper examines whether language models can independently discover the concept of zero as a form of out-of-distribution generalization, finding that GPT-2 sized models cannot at test time but improve with training on examples of zero, and that language pretraining reduces the number of required examples.

0 favorites 0 likes
#gpt-2

The Data Manifold under the Microscope

Hugging Face Daily Papers · 2026-06-14 Cached

This paper investigates converting pretrained GPT-2 into a time-reasoning model using η-pseudo-unitary operator dynamics, providing mathematical foundations and key findings on PT-breaking transitions and reversible/irreversible sequences.

0 favorites 0 likes
#gpt-2

Timeline of AI models since GPT-2. Model releases are accelerating over time.

Reddit r/ArtificialInteligence · 2026-06-01

An article chronicling the timeline of AI model releases since GPT-2, highlighting the accelerating pace of model launches over time.

0 favorites 0 likes
#gpt-2

MechRL: Reinforcement Learning Agents Perform Circuit Discovery for Mechanistic Interpretability

arXiv cs.LG · 2026-05-27 Cached

Proposes MechRL, a reinforcement learning approach to automate circuit discovery in transformer language models. A PPO agent trained on multiple tasks discovers attention head circuits that match known canonical circuits and generalizes to a held-out task.

0 favorites 0 likes
#gpt-2

I built a tool that shows you what GPT-2 is "thinking" in real-time as it generates 3D graph of concept activations per token [R]

Reddit r/MachineLearning · 2026-05-19

A developer built AXON, a tool that visualizes GPT-2's internal concept activations as a live 3D force graph using Sparse Autoencoders, allowing users to see interpretable features firing before token generation.

0 favorites 0 likes
#gpt-2

@Modular: The MAX-LLM book just made it even easier to build an LLM from scratch. The new notebook format lets you run the GPT-2 …

X AI KOLs Following · 2026-05-14 Cached

The MAX-LLM book now provides interactive Jupyter notebooks that walk through building a complete GPT-2 implementation from scratch using the MAX framework, enabling users to explore tensor shapes, run components, and generate text.

0 favorites 0 likes
#gpt-2

Can We Locate and Prevent Stereotypes in LLMs?

arXiv cs.CL · 2026-04-23 Cached

ArXiv preprint maps stereotype-encoding neurons and attention heads in GPT-2 Small and Llama 3.2, showing biases cluster in small neuron subsets yet ablating them barely reduces biased text generation.

0 favorites 0 likes
#gpt-2

The game specific meme potential on gpt image 2 is insane

Reddit r/singularity · 2026-04-21

Users are discovering strong meme-generation capabilities in GPT Image 2, particularly for game-specific humor.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback