Ross ROSS = Recommend OSS · open-source software intelligence for agents

resource: llm-training

250 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
karpathy/randomfun
A collection of Jupyter notebooks and random scripts by Andrej Karpathy used for experimentation and learning. It serves as a playground of…
321179maintenance
yaodongC/awesome-instruction-dataset
A curated awesome-list of open-source instruction tuning datasets for training text and multimodal instruction-following LLMs like ChatGPT,…
301154maintenance
liucongg/GPT2-NewsTitle
A heavily commented Chinese-language GPT2 project that trains, tests, and deploys a news headline generation model using HuggingFace transf…
321111maintenance
unit-mesh/unit-minions
A Chinese-language tutorial project and research collection for training LoRA adapters on LLaMA (Alpaca LoRA) and ChatGLM models to boost s…
211101maintenance
Kodezi/Chronos
Kodezi Chronos is a proprietary debugging-first language model for repository-scale code understanding and autonomous bug fixing, presented…
414922experimental
SCIR-HI/Med-ChatGLM
An open-source project providing a Chinese medical instruction-tuned version of ChatGLM-6B, built from a medical knowledge graph and GPT-3.…
301037maintenance
PiotrNawrot/nanoT5
nanoT5 is a PyTorch codebase for pre-training and fine-tuning T5-style encoder-decoder language models on a limited budget, e.g. a single A…
211021maintenance
beyondguo/LLM-Tuning
A collection of tutorials, scripts, and research code for fine-tuning large language models (LLaMA2, Qwen, ChatGLM, Baichuan, InternLM) wit…
291014maintenance
ZhuiyiTechnology/pretrained-models
A model zoo of open-source Chinese pre-trained language models (RoBERTa, SimBERT, WoBERT, T5 PEGASUS) released by Zhuiyi Technology, with s…
321003maintenance
mshumer/gpt-llm-trainer
A set of Jupyter/Colab notebooks that automate the LLM fine-tuning pipeline: given a task description, they generate a synthetic dataset wi…
374177experimental
MoonshotAI/Kimi-k1.5
The official repository for Kimi k1.5, Moonshot AI's o1-level multimodal LLM trained with scaled reinforcement learning, primarily containi…
253471experimental
AetherCortex/Llama-X
Llama-X is an open academic research project aiming to progressively improve Meta's LLaMA into a state-of-the-art open LLM through communit…
301602experimental
karpathy/nanoGPT
A minimal, readable repository for training and finetuning medium-sized GPT models, containing a ~300-line training loop and a ~300-line GP…
5462511abandoned
openai/gpt-3
The official OpenAI repository accompanying the GPT-3 paper 'Language Models are Few-Shot Learners', containing sample generations, synthet…
1015718abandoned
MorvanZhou/Tensorflow-Tutorial
A collection of TensorFlow tutorial code from MorvanZhou (莫烦Python) covering neural network basics through advanced architectures like CNN,…
324335abandoned
CodedotAl/gpt-code-clippy
GPT-Code-Clippy is an open-source effort to replicate GitHub Copilot by fine-tuning GPT-Neo language models on publicly available GitHub co…
323264abandoned
lakshayg/tensorflow-build-archived
An archived repository of prebuilt TensorFlow binary wheels compiled with SIMD instruction sets (AVX, FMA, SSE) for CPUs lacking official w…
101891abandoned
jackaduma/awesome_LLMs_interview_notes
A curated collection of interview questions and reference answers for LLM (large language model) algorithm engineer roles, covering NLP and…
271316abandoned
fighting41love/funNLP
A large curated collection of Chinese and multilingual NLP resources, including corpora, lexicons, pretrained models, tools, and code for t…
3282695active
rohitg00/ai-engineering-from-scratch
A free, MIT-licensed open-source curriculum of 511 lessons across 20 phases (~329 hours) that teaches AI engineering by building every core…
8149577active
bojieli/ai-agent-book
An open-source Chinese-language book, 'AI Agents in Depth: Design Principles and Engineering Practice', covering AI agent design across 10 …
7142509active
muratcankoylan/Agent-Skills-for-Context-Engineering
A curated collection of Agent Skills (documentation/playbooks) for context engineering and multi-agent architecture, written in Python and …
7317838active
Infrasys-AI/AISystem
An open-source Chinese-language course (with Jupyter notebooks, slides, and videos) covering the full AI systems stack: AI chips and archit…
5017667active
adongwanai/AgentGuide
AgentGuide is an open-source, job-oriented learning guide for AI Agent development, covering LangGraph, advanced RAG, fine-tuning, and rein…
618836active
MITDeepLearning/introtodeeplearning
The official lab materials and Jupyter notebooks for MIT 6.S191 Introduction to Deep Learning, runnable in Google Colab. It covers neural n…
618761active
charliedream1/ai_quant_trade
A one-stop AI quantitative trading platform covering learning, simulation, and live trading of stocks, funds, and crypto. It bundles exampl…
676375active
tensorchord/Awesome-LLMOps
A curated awesome-list cataloging the best LLMOps tools for developers, covering models, serving, security, training, data management, depl…
705921active
ashleve/lightning-hydra-template
A GitHub project template combining PyTorch Lightning and Hydra for structuring deep learning research code. It provides preconfigured proj…
625338active
togethercomputer/RedPajama-Data
RedPajama-Data provides code and pipelines for building RedPajama-V2, an open dataset with over 30 trillion tokens of web text for training…
684980active
LLMBook-zh/LLMBook-zh.github.io
The official website and resource hub for the Chinese textbook《大语言模型》(Large Language Models) by Zhao Xin et al. from Renmin University, pro…
434551active
NVIDIA/GenerativeAIExamples
A collection of NVIDIA reference workflows, notebooks, and example projects for building generative AI systems on accelerated infrastructur…
624160active
MaximeVandegar/Papers-in-100-Lines-of-Code
A curated collection of 63+ machine learning research papers implemented from scratch in roughly 100 lines of Python/PyTorch each. It serve…
772865active
ForceInjection/AI-fundamentals
A comprehensive Chinese-language learning resource collection covering the full AI infrastructure stack, from GPU/TPU hardware architecture…
692376active
aws-samples/amazon-bedrock-workshop
A hands-on workshop of Jupyter Notebook labs for Amazon Bedrock, AWS's managed foundation model service. It covers text generation, RAG wit…
732193active
merveenoyan/smol-vision
A collection of Jupyter Notebook recipes for shrinking, optimizing, and fine-tuning cutting-edge vision and multimodal AI models. It covers…
691973active
InternLM/Tutorial
A hands-on tutorial repository for the InternLM large language model ecosystem, structured as a multi-level challenge camp with tasks, docs…
621972active
cfregly/ai-performance-engineering
Code, labs, and resources accompanying the O'Reilly book 'AI Systems Performance Engineering', covering GPU optimization, distributed train…
631863active
SocialAI-tianji/Tianji
Tianji is an open-source Chinese-language LLM application and tutorial project focused on social nuance ('renqing shigu') scenarios, coveri…
351822active
caomaolufei/AIInfraGuide
An open-source Chinese-language knowledge base and learning guide covering the full AI infrastructure stack, from GPU hardware and CUDA pro…
581806active
datascale-ai/data_engineering_book
An open-source book (with GitHub Pages site and runnable Python code) on data engineering for large language models, covering pretraining d…
651300active
deepseek-ai/profile-data
A public release of PyTorch Profiler traces from DeepSeek's V3/R1 training and inference infrastructure, showing computation-communication …
251182active
SkalskiP/vlms-zero-to-hero
A tutorial series of Jupyter notebooks teaching the path from NLP and computer vision fundamentals to Vision-Language Models. Each notebook…
221179active
AlibabaCloudDocs/aliyun_acp_learning
Alibaba Cloud's ACP (Advanced Cloud Professional) certification course for large language model engineering, delivered as Jupyter Notebook …
661131active
skygazer42/DL-Hub
DL-Hub is a comprehensive PyTorch deep learning learning repository with 339 lessons across 8 tracks (vision, NLP, GNN, point cloud, genera…
771114active
0xSojalSec/LLMs-local
A curated awesome-list of platforms, tools, models, and resources for running large language models locally. It covers inference engines, U…
551087active
kubeflow/community-distribution
The official Kubeflow Community Distribution providing manifests to install the full Kubeflow Platform (Pipelines, KServe, Central Dashboar…
921036active
data-science-on-aws/data-science-on-aws
Companion Jupyter Notebook repository for the O'Reilly book 'Data Science on AWS', containing end-to-end AI/ML pipeline examples using Amaz…
323433maintenance
EleutherAI/the-pile
The Pile is a large, diverse, open-source language modeling dataset composed of many smaller text sources combined together. This repositor…
321673maintenance
curiousily/Get-Things-Done-with-Prompt-Engineering-and-LangChain
A collection of Jupyter notebook tutorials on prompt engineering and LangChain for building LLM applications with ChatGPT/GPT-4 and open mo…
301250maintenance
openai/summarize-from-feedback
Research code and human feedback dataset from OpenAI's paper 'Learning to Summarize from human feedback', including a supervised baseline, …
101062abandoned

← prev page 3 / 3