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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
P

Pints-AI/1.5-Pints

0
View on GitHub↗
0 stars·0 forks·8 views

1.5 Pints

Features

  • Small Language Models - Small-scale language model for efficient tasks.

Star history

Star history chart for pints-ai/1.5-pintsStar history chart for pints-ai/1.5-pints

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with 1.5 Pints

These projects share indexed features with 1.5 Pints. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • 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
  • allenai/olmoallenai avatar

    allenai/OLMo

    6,313View on GitHub↗
    Python
    View on GitHub↗6,313
Compare all 22 related projects→

Frequently asked questions

What are the main features of pints-ai/1.5-pints?

The main features of pints-ai/1.5-pints are: Small Language Models.

Which projects share features with pints-ai/1.5-pints?

Projects with overlapping indexed features include: karpathy/ng-video-lecture — This project is an educational implementation of a small-scale generative pre-trained transformer designed to teach… charent/chatlm-mini-chinese — 中文对话0.2B小模型(ChatLM-Chinese-0.2B),开源所有数据集来源、数据清洗、tokenizer训练、模型预训练、SFT指令微调、RLHF优化等流程的全部代码。支持下游任务sft微调,给出三元组信息抽取微调示例。. charent/phi2-mini-chinese. chinese-tiny-llm/chinese-tiny-llm. dllxw/baby-llama2-chinese — This project is a training pipeline and framework for developing Chinese language models based on the Llama 2… allenai/olmo.