biegehydra/NanoGptDotnet
A miniature large language model (LLM) that generates shakespeare like text written in C#. Project meant to help dotnet developers get introduced to torch and AI/LLM's. Code filled with comments to help you learn.
This project offers a miniature large language model (LLM) designed to generate text in the style of Shakespeare. It takes existing text (like Shakespeare's works) as input and produces new, coherent passages that mimic the original author's style and vocabulary. This tool is for .NET developers who are beginning to explore machine learning and large language models, providing a practical, commented example.
No commits in the last 6 months.
Use this if you are a .NET developer wanting to understand the foundational concepts and implementation of a large language model through a fully explained, functional C# example.
Not ideal if you are looking for a production-ready LLM for generating advanced or complex text, or if you are not a .NET developer.
Stars
41
Forks
8
Language
C#
License
MIT
Category
Last pushed
Mar 15, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/biegehydra/NanoGptDotnet"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
vixhal-baraiya/microgpt-c
The most atomic way to train and inference a GPT in pure, dependency-free C
milanm/AutoGrad-Engine
A complete GPT language model (training and inference) in ~600 lines of pure C#, zero dependencies
LeeSinLiang/microGPT
Implementation of GPT from scratch. Design to be lightweight and easy to modify.
dubzdubz/microgpt-ts
A complete GPT built from scratch in TypeScript with zero dependencies
alicetinkaya76/microgpt-academy
🧠 Interactive GPT/Transformer Learning Platform — İnteraktif GPT/Transformer Eğitim Platformu