losttech/Torch.MinGPT
A C# implementation of GPT
This is a C# implementation of MinGPT, a simple deep learning transformer. It helps C# developers integrate GPT-like models into their applications. You provide a text dataset, and it trains a model that can generate new text based on the patterns it learned.
No commits in the last 6 months.
Use this if you are a C# developer looking to experiment with or integrate generative text models similar to GPT into your .NET applications.
Not ideal if you are not a C# developer or if you need a pre-trained, production-ready GPT model without building it yourself.
Stars
20
Forks
5
Language
C#
License
MIT
Category
Last pushed
Sep 14, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/losttech/Torch.MinGPT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tabularis-ai/be_great
A novel approach for synthesizing tabular data using pretrained large language models
EleutherAI/gpt-neox
An implementation of model parallel autoregressive transformers on GPUs, based on the Megatron...
shibing624/textgen
TextGen: Implementation of Text Generation models, include LLaMA, BLOOM, GPT2, BART, T5, SongNet...
ai-forever/ru-gpts
Russian GPT3 models.
AdityaNG/kan-gpt
The PyTorch implementation of Generative Pre-trained Transformers (GPTs) using Kolmogorov-Arnold...