CoolFace
Modelpublic

nagolinc/fungpt

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes88downloads
Model Card

FunGPT (TinyGPT) — Hugging Face Model Card

FunGPT is a tiny decoder-only Transformer (GPT-style) trained for playful, snarky, and creative text generation. It uses a SentencePiece tokenizer and a small 6x384 architecture for quick, lightweight inference.

Quick Start

clone this repo: git clone https://huggingface.co/nagolinc/fungpt

run chat: python chat.py

reproduction

the model can be reproduced using train2.py