awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to pints-ai/1.5-pints

Open-source alternatives to 1.5 Pints

22 open-source projects similar to pints-ai/1.5-pints, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best 1.5 Pints alternative.

  • karpathy/ng-video-lecturekarpathy avatar

    karpathy/ng-video-lecture

    4,798View on GitHub↗

    This project is an educational implementation of a small-scale generative pre-trained transformer designed to teach the fundamentals of neural network architecture and training. It serves as a reference implementation and tutorial for constructing a text-generating neural network from scratch. The codebase demonstrates the mechanics of tokenization, self-attention, and the construction of a lightweight language model. It focuses on the step-by-step process of building a generative model to illustrate how large language models are constructed. The implementation covers transformer-based archi

    Python
    View on GitHub↗4,798
  • allenai/olmoallenai avatar

    allenai/OLMo

    6,313View on GitHub↗
    Python
    View on GitHub↗6,313
  • charent/chatlm-mini-chinesecharent avatar

    charent/ChatLM-mini-Chinese

    1,711View on GitHub↗

    中文对话0.2B小模型(ChatLM-Chinese-0.2B),开源所有数据集来源、数据清洗、tokenizer训练、模型预训练、SFT指令微调、RLHF优化等流程的全部代码。支持下游任务sft微调,给出三元组信息抽取微调示例。

    Pythonchatbotlanguage-modelt5-model
    View on GitHub↗1,711
  • charent/phi2-mini-chineseC

    charent/Phi2-mini-Chinese

    0View on GitHub↗
    View on GitHub↗0
  • chinese-tiny-llm/chinese-tiny-llmC

    Chinese-Tiny-LLM/Chinese-Tiny-LLM

    0View on GitHub↗
    View on GitHub↗0

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • dllxw/baby-llama2-chineseDLLXW avatar

    DLLXW/baby-llama2-chinese

    2,891View on GitHub↗

    This project is a training pipeline and framework for developing Chinese language models based on the Llama 2 architecture. It functions as a distributed GPU trainer and dataset preprocessing toolkit designed for both the initial pre-training of baseline models and subsequent supervised fine-tuning. The system distinguishes itself through a specialized workflow for Chinese text, incorporating a data curation pipeline that uses similarity hashing for deduplication and a tokenization process that converts raw text into memory-mapped binary files for efficient disk access. It implements a superv

    Python
    View on GitHub↗2,891
  • huggingface/nanowhaleH

    huggingface/nanowhale

    0View on GitHub↗
    View on GitHub↗0
  • huggingface/picotronhuggingface avatar

    huggingface/picotron

    2,222View on GitHub↗

    Minimalistic 4D-parallelism distributed training framework for education purpose

    Python
    View on GitHub↗2,222
  • jingyaogong/minimindjingyaogong avatar

    jingyaogong/minimind

    51,834View on GitHub↗

    This project is a comprehensive framework for the entire lifecycle of transformer-based language models, supporting everything from foundational pretraining to specialized deployment. It provides a modular toolkit for defining neural network architectures, managing data preparation pipelines, and executing training routines across various scales. The framework is designed to handle the full model development process, including supervised fine-tuning, behavioral alignment, and the integration of agentic capabilities. What distinguishes this framework is its focus on efficient training and adva

    Pythonartificial-intelligencelarge-language-model
    View on GitHub↗51,834
  • jzhang38/tinyllamajzhang38 avatar

    jzhang38/TinyLlama

    8,994View on GitHub↗

    TinyLlama is a compact 1.1B parameter language model pretrained on a dataset of 3 trillion tokens. It is an edge AI model designed for high-performance text generation on memory-constrained devices. The project provides a distributed pretraining framework for training small language models across multiple GPUs and nodes. It also includes a finetuning toolkit for full-parameter weight adjustments to adapt the base model for chat and specific tasks. The system supports distributed large language model training and on-device text generation. Its architectural components include rotary positiona

    Python
    View on GitHub↗8,994
  • keeeeenw/microllamaK

    keeeeenw/MicroLlama

    0View on GitHub↗
    View on GitHub↗0
  • leeguandong/minillama3L

    leeguandong/MiniLLaMA3

    0View on GitHub↗
    View on GitHub↗0
  • loubnabnl/nanotron-smol-clusterL

    loubnabnl/nanotron-smol-cluster

    0View on GitHub↗
    View on GitHub↗0
  • om-alve/smolgptOm-Alve avatar

    Om-Alve/smolGPT

    1,471View on GitHub↗

    A minimal PyTorch implementation for training your own small LLM from scratch. Designed for educational purposes and simplicity, featuring efficient training, flash attention, and modern sampling techniques.

    Python
    View on GitHub↗1,471
  • openbmb/forgetrainO

    OpenBMB/ForgeTrain

    0View on GitHub↗
    View on GitHub↗0
  • qibin0506/cortexqibin0506 avatar

    qibin0506/Cortex

    2,667View on GitHub↗

    从零构建大模型:从预训练到RLHF的完整实践

    Python
    View on GitHub↗2,667
  • ruc-gsai/yulan-miniRUC-GSAI avatar

    RUC-GSAI/YuLan-Mini

    231View on GitHub↗

    A highly capable 2.4B lightweight LLM using only 1T pre-training data with all details.

    Python
    View on GitHub↗231
  • skyzh/tiny-llmskyzh avatar

    skyzh/tiny-llm

    4,304View on GitHub↗

    tiny-llm is a large language model inference engine and transformer model implementation. It serves as a quantized model runtime and paged key-value cache manager, providing a specialized inference stack optimized for Apple Silicon. The system distinguishes itself through high-throughput execution techniques, including continuous batching and paged attention. It utilizes a paged memory system to eliminate fragmentation during token generation and employs on-the-fly dequantization of compressed weights to reduce the memory footprint during matrix multiplication. The project covers a broad ran

    Pythoncourselarge-language-modelllm
    View on GitHub↗4,304
  • stepfun-ai/steptronossS

    stepfun-ai/SteptronOss

    0View on GitHub↗
    View on GitHub↗0
  • wdndev/tiny-llm-zhwdndev avatar

    wdndev/tiny-llm-zh

    1,047View on GitHub↗
    Python
    View on GitHub↗1,047
  • ai-study-han/zero-chatgptA

    AI-Study-Han/Zero-Chatgpt

    0View on GitHub↗
    View on GitHub↗0
  • zhanshijinwat/steel-llmZ

    zhanshijinwat/Steel-LLM

    0View on GitHub↗
    View on GitHub↗0