SmallDoges/small-doge
Doge Family of Small Language Models
This project offers a collection of compact, high-speed language models for generating text, summarizing information, or powering conversational agents. You can provide a text prompt and receive a relevant text output, all running efficiently on standard hardware like a laptop CPU. It's designed for researchers, developers, or innovators looking to integrate AI into applications with limited resources.
185 stars.
Use this if you need to quickly train or deploy a small, efficient language model for text generation or conversational AI without requiring powerful, expensive GPUs.
Not ideal if you need a language model with the scale and knowledge of very large models like GPT-3 or GPT-4 for highly complex, open-ended tasks.
Stars
185
Forks
13
Language
Python
License
Apache-2.0
Category
Last pushed
Jan 06, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/SmallDoges/small-doge"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Goekdeniz-Guelmez/mlx-lm-lora
Train Large Language Models on MLX.
uber-research/PPLM
Plug and Play Language Model implementation. Allows to steer topic and attributes of GPT-2 models.
VHellendoorn/Code-LMs
Guide to using pre-trained large language models of source code
ssbuild/chatglm_finetuning
chatglm 6b finetuning and alpaca finetuning
jarobyte91/pytorch_beam_search
A lightweight implementation of Beam Search for sequence models in PyTorch.