Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/losttech/torch.mingpt

A C# implementation of GPT
https://github.com/losttech/torch.mingpt

csharp gpt torchsharp transformers tutorial

Last synced: 11 days ago
JSON representation

A C# implementation of GPT

Awesome Lists containing this project

README

        

C# port of [MinGPT](https://github.com/karpathy/minGPT/) - a simple deep learning transformer.

[![MinGPT on NuGet](https://img.shields.io/nuget/v/LostTech.Torch.MinGPT)](https://www.nuget.org/packages/LostTech.Torch.MinGPT/)

Full training sample in the [app](https://github.com/losttech/Torch.MinGPT/tree/master/app) folder.

Training with default parameters requires approximately 5.5GB of GPU memory + size of input file.