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
RUC-GSAI avatar

RUC-GSAI/YuLan-Mini

0
View on GitHub↗
231 stars·19 forks·Python·MIT·11 viewsarxiv.org/abs/2412.17743↗

YuLan Mini

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

Features

  • General Purpose Models - Data-efficient language model for general purpose applications.
  • Small Language Models - Compact version of the YuLan model.
  • Text LLM Models - High-performance 2.4B model optimized for math and coding tasks.

Star history

Star history chart for ruc-gsai/yulan-miniStar history chart for ruc-gsai/yulan-mini

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 YuLan Mini

These projects share indexed features with YuLan Mini. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • openlmlab/mossOpenLMLab avatar

    OpenLMLab/MOSS

    12,140View on GitHub↗

    MOSS is a conversational AI platform, fine-tuning toolkit, and quantized model runtime. It provides a framework for deploying large language models capable of multi-turn dialogue, general-purpose response generation, and following complex instructions. The system functions as a tool-augmented framework that extends model knowledge through external plugins and tool-call loops. This allows the model to execute tasks via search engines and calculators to augment responses with external data. The project covers model training through supervised conversational fine-tuning and optimizes deployment

    Python
    View on GitHub↗12,140
  • thudm/chatglm-6bTHUDM avatar

    THUDM/ChatGLM-6B

    41,040View on GitHub↗

    ChatGLM-6B is an open-source bilingual large language model designed for natural dialogue and text generation in both English and Chinese. It is structured as a dialogue model capable of tasks such as role-playing and information extraction. The project provides implementations for quantized language models, using low-precision weights to reduce GPU memory requirements for local inference. It also supports parameter-efficient fine-tuning, allowing model behavior to be optimized for specific tasks without requiring full retraining. The model includes capabilities for local execution on GPUs a

    Python
    View on GitHub↗41,040
  • skyworkai/skyworkSkyworkAI avatar

    SkyworkAI/Skywork

    1,495View on GitHub↗

    Skywork series models are pre-trained on 3.2TB of high-quality multilingual (mainly Chinese and English) and code data. We have open-sourced the model, training data, evaluation data, evaluation methods, etc.

    Pythonllm
    View on GitHub↗1,495
  • thudm/chatglm2-6bTHUDM avatar

    THUDM/ChatGLM2-6B

    15,565View on GitHub↗

    ChatGLM2-6B is an open-weight large language model designed for natural language conversations and text generation in both English and Chinese. It functions as a bilingual chat model capable of processing and maintaining coherence across text sequences up to 32K tokens. The model is optimized for local deployment through precision quantization, which reduces memory requirements to allow execution on consumer-grade hardware. It supports distributing model weights across multiple graphics cards to handle parameters that exceed the memory of a single device. The project covers capabilities for

    Python
    View on GitHub↗15,565
Compare all 30 related projects→

Frequently asked questions

What does ruc-gsai/yulan-mini do?

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

What are the main features of ruc-gsai/yulan-mini?

The main features of ruc-gsai/yulan-mini are: General Purpose Models, Small Language Models, Text LLM Models.

Which projects share features with ruc-gsai/yulan-mini?

Projects with overlapping indexed features include: openlmlab/moss — MOSS is a conversational AI platform, fine-tuning toolkit, and quantized model runtime. It provides a framework for… thudm/chatglm-6b — ChatGLM-6B is an open-source bilingual large language model designed for natural dialogue and text generation in both… thudm/chatglm3 — ChatGLM3 is an open-weights large language model designed for bilingual conversational interactions in English and… thudm/chatglm2-6b — ChatGLM2-6B is an open-weight large language model designed for natural language conversations and text generation in… skyworkai/skywork — Skywork series models are pre-trained on 3.2TB of high-quality multilingual (mainly Chinese and English) and code… openai/gpt-2 — This project is a transformer-based language model and autoregressive text generator designed to predict the next…