Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/losttech/torch.mingpt
- Owner: losttech
- License: mit
- Created: 2022-03-04T00:51:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T20:12:58.000Z (2 months ago)
- Last Synced: 2024-11-02T02:07:05.584Z (19 days ago)
- Topics: csharp, gpt, torchsharp, transformers, tutorial
- Language: C#
- Homepage:
- Size: 142 KB
- Stars: 17
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.