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
lich99 avatar

lich99/ChatGLM-finetune-LoRA

0
View on GitHub↗
716 stars·63 forks·Jupyter Notebook·Apache-2.0·11 views

ChatGLM Finetune LoRA

Code for fintune ChatGLM-6b using low-rank adaptation (LoRA)

Features

  • Language Models - Tools for fine-tuning specific bilingual models using LoRA.

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

Star history

Star history chart for lich99/chatglm-finetune-loraStar history chart for lich99/chatglm-finetune-lora

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

Frequently asked questions

What does lich99/chatglm-finetune-lora do?

Code for fintune ChatGLM-6b using low-rank adaptation (LoRA)

What are the main features of lich99/chatglm-finetune-lora?

The main features of lich99/chatglm-finetune-lora are: Language Models.

What are some open-source alternatives to lich99/chatglm-finetune-lora?

Open-source alternatives to lich99/chatglm-finetune-lora include: jzhang38/tinyllama — TinyLlama is a compact 1.1B parameter language model pretrained on a dataset of 3 trillion tokens. It is an edge AI… ggerganov/llama.cpp — llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across… google-research/albert — ALBERT. google-research/bert — This project is a transformer-based language model and natural language processing toolkit designed to generate deep… juncongmoo/chatllama — ChatLLaMA 📢 Open source implementation for LLaMA-based ChatGPT runnable in a single GPU. 15x faster training process… databrickslabs/dolly — Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates…

Open-source alternatives to ChatGLM Finetune LoRA

Similar open-source projects, ranked by how many features they share with ChatGLM Finetune LoRA.
  • 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
  • ggerganov/llama.cppggerganov avatar

    ggerganov/llama.cpp

    116,912View on GitHub↗

    llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across various hardware architectures. It provides the core components for local model execution, including a dedicated model quantizer for compressing weights into the GGUF format and a system for generating text embeddings for semantic search. The project distinguishes itself through specialized memory and execution optimizations, such as block-wise weight quantization to reduce memory footprints and memory-mapped model loading. It supports structured text generation by using formal

    C++
    View on GitHub↗116,912
  • google-research/albertgoogle-research avatar

    google-research/ALBERT

    3,279View on GitHub↗

    ALBERT

    Python
    View on GitHub↗3,279
  • databrickslabs/dollydatabrickslabs avatar

    databrickslabs/dolly

    10,795View on GitHub↗

    Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates as a causal language model that predicts the next token in a sequence to generate coherent conversational responses and perform tasks such as brainstorming, classification, and question answering. The project focuses on the development of models using open datasets suitable for commercial application. It enables the creation of instruction-following models by utilizing curated collections of human-generated instruction-response pairs. The repository provides capabilities for

    Python
    View on GitHub↗10,795
See all 26 alternatives to ChatGLM Finetune LoRA→