Pinned Repositories
ai-triage
智能导诊系统
grok-1
Grok open release
LLaMA-Factory
Easy-to-use LLM fine-tuning framework (LLaMA, BLOOM, Mistral, Baichuan, Qwen, ChatGLM)
llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
machine_learning_in_action
机器学习实战书籍-配套代码
MobileBert_PyTorch
MobileBERT: a Compact Task-Agnostic BERT for Resource-Limited Devices
OpenABC
OpenABC-D is a large-scale labeled dataset generated by synthesizing open source hardware IPs. This dataset can be used for various graph level prediction problems in chip design.
PaddleSpeech
web demo
Pytorch-NLP
使用Pytorch框架对NLP方向上的文本分类、实体识别、三元组抽取做代码实战
ragas
RAG评价框架
HeiBoWang's Repositories
HeiBoWang/grok-1
Grok open release
HeiBoWang/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
HeiBoWang/OpenABC
OpenABC-D is a large-scale labeled dataset generated by synthesizing open source hardware IPs. This dataset can be used for various graph level prediction problems in chip design.
HeiBoWang/ragas
RAG评价框架
HeiBoWang/agent
基于千问实现的智能体Agent
HeiBoWang/ChatGLM3
ChatGLM3 series: Open Bilingual Chat LLMs | 开源双语对话语言模型
HeiBoWang/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
HeiBoWang/codellama
全部开源的大模型代码Inference code for CodeLlama models
HeiBoWang/CraftRTL
HeiBoWang/EmoLLM
心理健康大模型、LLM、The Big Model of Mental Health、Finetune、InternLM2、Qwen、ChatGLM、Baichuan、DeepSeek、Mixtral、LLama3
HeiBoWang/g1
COT like , g1: Using Llama-3.1 70b on Groq to create o1-like reasoning chains
HeiBoWang/global_search_ranking
HeiBoWang/global_search_ranking_CTR
CTR 排序模型
HeiBoWang/gpt-researcher
https://tavily.com/ GPT based autonomous agent that does online comprehensive research on any given topic
HeiBoWang/itext2kg
graphRAG: Incremental Knowledge Graphs Constructor Using Large Language Models
HeiBoWang/Langchain-Chatchat
Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM 等语言模型的本地知识库问答 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM) QA app with langchain
HeiBoWang/litgpt
Pretrain, finetune, deploy 20+ LLMs on your own data. Uses state-of-the-art techniques: flash attention, FSDP, 4-bit, LoRA, and more.
HeiBoWang/llama3
The official Meta Llama 3 GitHub site
HeiBoWang/llama3-from-scratch
从0-1实现llama3 implementation one matrix multiplication at a time
HeiBoWang/LLM101n
从0-1构建一个大模型学习课程
HeiBoWang/LLMs-from-scratch
从0-1实现ChatGPT,Implementing a ChatGPT-like LLM in PyTorch from scratch, step by step
HeiBoWang/llms-from-scratch-cn
仅需Python基础,从0构建大语言模型;从0逐步构建GLM4\Llama3\RWKV6, 深入理解大模型原理
HeiBoWang/mamba
新的大模型架构,Mamba SSM architecture
HeiBoWang/MedicalGPT
MedicalGPT: Training Your Own Medical GPT Model with ChatGPT Training Pipeline. 训练医疗大模型,实现了包括增量预训练、有监督微调、RLHF(奖励建模、强化学习训练)和DPO(直接偏好优化)。
HeiBoWang/MetaGPT
🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
HeiBoWang/nanoGPT
0-1实现GPT . The simplest, fastest repository for training/finetuning medium-sized GPTs.
HeiBoWang/open-r1
Fully open reproduction of DeepSeek-R1
HeiBoWang/privy
开源代码生成llm GitHub copilot
HeiBoWang/TinyLlama
The TinyLlama project is an open endeavor to pretrain a 1.1B Llama model on 3 trillion tokens.
HeiBoWang/transformer-explainer
Transformer 可视化解释 Learn How LLM Transformer Models Work with Interactive Visualization