Pinned Repositories
100-gdb-tips
A collection of gdb tips. 100 maybe just mean many here.
8051
FPGA implementation of the 8051 Microcontroller (Verilog)
8086sos
simple os for 8086 on a MBR
ADS-Matlab-Interface
Keysight Advanced Design System (ADS) to Matlab interface
algo_graph_with_c
算法图解C语言实现
blogcounter
blogcounter:静态博客博文浏览量统计
dpd
Digital Pre-Distortion
hackrf
low cost software radio platform
neuroph
Java Neural Network Framework Neuroph
tanwubin.github.io
The demo for this web
tanwubin's Repositories
tanwubin/hackrf
low cost software radio platform
tanwubin/ai-by-hand-excel
tanwubin/AIOS
AIOS: LLM Agent Operating System
tanwubin/Books
Some special ebooks
tanwubin/build_MiniLLM_from_scratch
从0到1构建一个MiniLLM (pretrain+sft+dpo实践中)
tanwubin/ChatTTS-ui
一个简单的本地网页界面,直接使用ChatTTS将文字合成为语音,同时支持对外提供API接口。
tanwubin/hugo
The world’s fastest framework for building websites.
tanwubin/hugoplate
Hugoplate is a free starter template built with Hugo and TailwindCSS that will save you hours of work.
tanwubin/icehrm
Manage your employees easily with a robust and efficient Human Resource Management System
tanwubin/leedl-tutorial
《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases
tanwubin/LLM-Zero-to-Hero
This repo contains the resources, projects and documentation of mine while learning Large Language Model
tanwubin/llm.c
LLM training in simple, raw C/CUDA
tanwubin/LLMs-from-scratch
Implementing a ChatGPT-like LLM in PyTorch from scratch, step by step
tanwubin/manim
A community-maintained Python framework for creating mathematical animations.
tanwubin/minimind
「大模型」3小时完全从0训练26M的小参数GPT,个人显卡即可推理训练!
tanwubin/minRF
Minimal implementation of scalable rectified flow transformers, based on SD3's approach
tanwubin/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
tanwubin/NL-FM-Toolkit
NL-FM-Toolkit stands for Natural Language - Foundation Model Toolkit. The repo contains code for work pertaining to pre-training and fine-tuning of Language Models
tanwubin/noodle
Rethinking Student Productivity
tanwubin/notebooks
Notebooks using the Hugging Face libraries 🤗
tanwubin/pcl
Point Cloud Library (PCL)
tanwubin/Phi2-mini-Chinese
Phi2-Chinese-0.2B 从0开始训练自己的Phi2中文小模型,支持接入langchain加载本地知识库做检索增强生成RAG。Training your own Phi2 small chat model from scratch.
tanwubin/ray
Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
tanwubin/REPA
Official Pytorch Implementation of Representation Alignment for Generation: Training Diffusion Transformers Is Easier Than You Think
tanwubin/RWKV-LM
RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
tanwubin/SmallLanguageModel-project
a LLM cookbook, for building your own from scratch, all the way from gathering data to training a model
tanwubin/tiny-llm-zh
从零实现一个小参数量中文大语言模型。
tanwubin/transformer-explainer
Transformer Explained Visually: Learn How LLM Transformer Models Work with Interactive Visualization
tanwubin/UnitTestReport
python的Unittest框架扩展库、提供生成HTML测试报告、用例失败重运行、数据驱动、邮件发送测试结果等功能!
tanwubin/Zero-Chatgpt
从0开始,将chatgpt的技术路线跑一遍。