Loading repository data…
Loading repository data…
PhoebusSi / repository
We unified the interfaces of instruction-tuning data (e.g., CoT data), multiple LLMs and parameter-efficient methods (e.g., lora, p-tuning) together for easy use. We welcome open-source enthusiasts to initiate any meaningful PR on this repo and integrate as many LLM related technologies as possible. 我们打造了方便研究人员上手和使用大模型等微调平台,我们欢迎开源爱好者发起任何有意义的pr!
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is the repository for the Alpaca-CoT project, which aims to build an instruction finetuning (IFT) platform with extensive instruction collection (especially the CoT datasets) and a unified interface for various large language models and parameter-efficient methods. We are constantly expanding our instruction-tuning data collection, and integrating more LLMs and more parameter-efficient methods. In addition, we created a new branch tabular_llm to build a Tabular LLM for solving Table Intelligence Tasks.
You are warmly welcome to provide us with any non-collected instruction-tuning datasets (or their sources). We will uniformly format them, train the Alpaca model (and other LLMs in the early future) with these datasets, open source the model checkpoints, and conduct extensive empirical studies. We hope that our project can make a modest contribution to the open-source process of large language models, and reduce its threshold for NLP researchers to get started.
⚠ If you want to use other methods besides LORA, please install the edited version in our project pip install -e ./peft.
🚀12.8: LLM InternLM was merged.
🚀8.16: 4bit quantization is available for lora, qlora and adalora.
🚀8.16: Parameter-efficient methods Qlora, Sequential adapter and Parallel adapter was merged.
🚀7.24: LLM ChatGLM v2 was merged.
🚀7.20: LLM Baichuan was merged.
6.25: Add model evaluation code, including belle and MMCU.
GPT4Tools, Auto CoT, pCLUE are add.tabular_llm is created to build a Tabular LLM. We collect instruction fine-tuning data for table-related tasks like table question answering and use them to fine-tune LLMs in this repo.MOSS was merged.GAOKAO, camel, FLAN-Muffin, COIG are collected and formatted.webGPT, dolly, baize, hh-rlhf, OIG(part) are collected and formatted.multi-turn conversation by @paulcx.firefly, instruct, Code Alpaca are collected and formatted, which can be found here.Parameter merging, Local chatting, Batch predicting and Web service building by @weberr.GPTeacher,Guanaco,HC3,prosocial-dialog, belle-chat&belle-math, xP3 and natural-instructions are collected and formatted.CoT_CN_data.json can be found here.LLaMA [1] is a great work t