Repository navigation

#

nanogpt

Run GPT model on the browser with WebGPU. An implementation of GPT inference in less than ~1500 lines of vanilla Javascript.

JavaScript
3718
2 年前

This repository contains the collection of explorative notebooks pure in python and in the language that we, humans can read. Have tried to compile all lectures from the Andrej Karpathy's 💎 playlist on Neural Networks - which we will end up with building GPT.

Jupyter Notebook
115
1 年前

Interact with NanoGPT's API for pay-per-prompt interaction with AI models

JavaScript
14
8 个月前

Code repository for the paper "Traveling Words: A Geometric Interpretation of Transformers"

Python
9
2 年前

Repository nanoGPT from @karpathy accelerated with JAX/Flax! The simplest, fastest repository for training/finetuning medium-sized GPTs.

Jupyter Notebook
9
2 年前

Send a prompt to multiple LLMs / text models / image models simultaneously

Svelte
4
8 个月前
Jupyter Notebook
3
4 个月前

The simple repository for training/finetuning medium-sized GPTs.

Jupyter Notebook
3
2 年前

Training nanoGPT on Disney stories

Jupyter Notebook
2
2 年前

Fast multi-instrumental music transformer with 4k sequence length, pentagram full-range MIDI notes encoding, notes counters and outro tokens

Python
2
2 年前

We trained nanoGPT from scratch to have emotional support response to the user

Jupyter Notebook
2
5 个月前

nanoGPT model from scratch

Python
2
4 个月前

A compact Transformer model for character-level generation with Mixture-of-Experts, Rotary Attention, and F-gram contextual augmentation.

Python
1
2 个月前

A compact language model

Python
1
3 个月前

基于 nanoGPT 架构的中文语言模型训练实现。本项目受 karpathy/nanoGPT 启发,实现了对中文的支持。

Python
1
9 个月前

This version of Muon converges slightly faster than the Muon from modded-nanogpt in some cases. The change is RMS-Norm after orthogonalization over the first dimension of the weight matrix (last dimension of nn.Linear). The code here assumes you store the weights like nn.Linear i.e. used like x = x @ W.T.

Python
1
2 个月前

Training karpathy/nanoGPT on A. Puhskin's poems text corpus

Jupyter Notebook
1
1 年前

Learn to train your own gpt chat AI

Python
1
2 年前