Skip to content
#

character-level-language-model

Here are 30 public repositories matching this topic...

In this project, I worked with a small corpus consisting of simple sentences. I tokenized the words using n-grams from the NLTK library and performed word-level and character-level one-hot encoding. Additionally, I utilized the Keras Tokenizer to tokenize the sentences and implemented word embedding using the Embedding layer. For sentiment analysis

  • Updated Aug 1, 2023
  • Jupyter Notebook

Configurable character-level transformer training suite with built-in mechanistic interpretability toolkit — scale to 150M+ parameters and beyond, no ceilings, only hardware limits. Inspect attention weights, hidden states, and head specialisation across all layers. Documented circuit findings included.

  • Updated Jul 4, 2026
  • Python

This repository demonstrates a minimal character-level recurrent neural network language model built with PyTorch. It trains on the Tiny Shakespeare corpus popularized by Andrej Karpathy, providing both the original Google Colab notebook and an exported Python script for reference or interactive execution.

  • Updated Nov 8, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the character-level-language-model topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the character-level-language-model topic, visit your repo's landing page and select "manage topics."

Learn more