bahree/helloLondon
Historical Language Model for London - A specialized LLM trained on 1500-1850 historical English text
This project teaches you how to build your own specialized AI text generator (Large Language Model) from the ground up, using historical English texts from London between 1500-1850. You'll learn to collect and prepare data, create custom vocabulary for the AI, train the model, and then use it to produce text that sounds like it was written in the historical period. This is for AI developers, researchers, or students who want hands-on experience in constructing LLMs.
Use this if you are an AI developer or researcher who wants to learn the end-to-end process of building a custom Large Language Model using historical text data.
Not ideal if you need a production-ready, highly accurate LLM for commercial applications or if you're not interested in the technical details of LLM development.
Stars
29
Forks
5
Language
Python
License
MIT
Category
Last pushed
Nov 01, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/bahree/helloLondon"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related models
Chunjiang-Intelligence/Credal-Transformer
论文「Credal Transformer: A Principled Approach for Quantifying and Mitigating Hallucinations in...
MihneaTeodorStoica/mono-lm
Character-level language model focused on training, architecture, and optimization.
imreallyexited/Independent-LLM-Project
PyTorch framework for building and pre-training LLM's.
gurpejsingh13/punjabi-gpt-scratch-20m
Developed and pre-trained a 20.39M-parameter Punjabi GPT-style base model from scratch,...
Konohamaru04/Tiny-LLM
Tiny GPT-style LLM built from scratch in PyTorch with tokenizer training, transformer...