Pinned Repositories
autogluon
Fast and Accurate ML in 3 Lines of Code
AutoTabular
Automatic machine learning for tabular data. ⚡🔥⚡
awesome-instruction-datasets
A collection of awesome-prompt-datasets, awesome-instruction-dataset, to train ChatLLM such as chatgpt 收录各种各样的指令数据集, 用于训练 ChatLLM 模型。
awesome-text-to-video
A Survey on Text-to-Video Generation/Synthesis.
deep-marl-toolkit
MARLToolkit: The Multi-Agent Rainforcement Learning Toolkit. Include implementation of MAPPO, MADDPG, QMIX, VDN, COMA, IPPO, QTRAN, MAT...
GigaGAN
Implementation of GigaGAN in pytorch
LLamaTuner
Easy and Efficient Finetuning LLMs. (Supported LLama, LLama2, LLama3, Qwen, Baichuan, GLM , Falcon) 大模型高效量化训练+部署.
open-chatgpt
The open source implementation of ChatGPT, Alpaca, Vicuna and RLHF Pipeline. 从0开始实现一个ChatGPT.
nni
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
stanford_alpaca
Code and documentation to train Stanford's Alpaca models, and generate the data.
jianzhnie's Repositories
jianzhnie/awesome-text-to-video
A Survey on Text-to-Video Generation/Synthesis.
jianzhnie/LLamaTuner
Easy and Efficient Finetuning LLMs. (Supported LLama, LLama2, LLama3, Qwen, Baichuan, GLM , Falcon) 大模型高效量化训练+部署.
jianzhnie/awesome-instruction-datasets
A collection of awesome-prompt-datasets, awesome-instruction-dataset, to train ChatLLM such as chatgpt 收录各种各样的指令数据集, 用于训练 ChatLLM 模型。
jianzhnie/open-chatgpt
The open source implementation of ChatGPT, Alpaca, Vicuna and RLHF Pipeline. 从0开始实现一个ChatGPT.
jianzhnie/deep-marl-toolkit
MARLToolkit: The Multi-Agent Rainforcement Learning Toolkit. Include implementation of MAPPO, MADDPG, QMIX, VDN, COMA, IPPO, QTRAN, MAT...
jianzhnie/GigaGAN
Implementation of GigaGAN in pytorch
jianzhnie/RLToolkit
RLToolkit is a flexible and high-efficient reinforcement learning framework. Include implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
jianzhnie/MultimodalTookit
Incorporate Image, Text and Tabular Data with HuggingFace Transformers
jianzhnie/TsFormer
TsFormer is a toolbox that implement transformer models on Time series model
jianzhnie/awesome-open-chatgpt
Open efforts to implement ChatGPT-like models and beyond.
jianzhnie/RLZero
A clean and easy implementation of MuZero, AlphaZero and Self-Play reinforcement learning algorithms for any game.
jianzhnie/deep-rl-toolkit
RLToolkit is a flexible and high-efficient reinforcement learning framework. Include implementation of DQN, AC,A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
jianzhnie/machine_learning_notes
工作学习笔记
jianzhnie/NLP-Toolkit
NLPToolkit is a toolkit for NLP(Natural Language Processing) and LLM(Large Language Models) using Pytorch.
jianzhnie/llmtech
LLMTechSite, 专注于通用人工智能领域的技术生态。
jianzhnie/ProteinTransformer
ProteinTransformer is a toolkit using deep learning for protein function annotation
jianzhnie/CyberAttackSimulator
CyberAttackSimulator
jianzhnie/diffusion-toolkit
Diffuser-toolkit: All kinds of diffusion models for image and audio generation in PyTorch
jianzhnie/jianzhnie.github.io
Robin's Personal Site. Visit https://jianzhnie.github.io/
jianzhnie/models
Models and examples built with TensorFlow
jianzhnie/MultimodalTransformers
lmmtoolkit is a toolkit for Multi-Modal Learning
jianzhnie/AutoCAD
A Reinforcement Learning (RL) simulation environment built for training and evaluating autonomous cyber attack & defense models on simulated networks.
jianzhnie/jianzhnie
jianzhnie/LMMRobot
LMMRobot is a professional end-to-end development framework that uses multimodal large models to enable embodied intelligent robot development.
jianzhnie/pytorch-training-toolkit
Toolkit for running PyTorch training scripts for all kinds models
jianzhnie/robin-academic-blog
🎓 Hugo Academic Theme 创建一个学术网站. https://jianzhnie.github.io/
jianzhnie/ScaleRL
ScaleRL is a simple and scalable distributed reinforcement learning framework based on Python and PyTorch
jianzhnie/self_supervised
self-supervised learning
jianzhnie/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
jianzhnie/LLMs-from-scratch
Implementing a ChatGPT-like LLM in PyTorch from scratch, step by step