liushaobot's Stars
maks-sh/scikit-uplift
:exclamation: uplift modeling in scikit-learn style in python :snake:
dair-ai/Prompt-Engineering-Guide
🐙 Guides, papers, lecture, notebooks and resources for prompt engineering
trigaten/Learn_Prompting
Prompt Engineering, Generative AI, and LLM Guide by Learn Prompting | Join our discord for the largest Prompt Engineering learning community
thinkingjimmy/Learning-Prompt
Free prompt engineering online course. ChatGPT and Midjourney tutorials are now included!
InteractiveNLP-Team/awesome-InteractiveNLP-papers
Paper List for a new paradigm of NLP: Interactive NLP (https://arxiv.org/abs/2305.13246) :fire:
facebookresearch/XLM
PyTorch original implementation of Cross-lingual Language Model Pretraining.
Dao-AILab/flash-attention
Fast and memory-efficient exact attention
meta-llama/llama
Inference code for Llama models
PromtEngineer/localGPT
Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.
LianjiaTech/BELLE
BELLE: Be Everyone's Large Language model Engine(开源中文对话大模型)
dair-ai/ML-Notebooks
:fire: Machine Learning Notebooks
dair-ai/ML-Papers-of-the-Week
🔥Highlighting the top ML papers every week.
google-research/pegasus
google-research/bigbird
Transformers for Longer Sequences
BloopAI/bloop
bloop is a fast code search engine written in Rust.
py-why/causal-learn
Causal Discovery in Python. It also includes (conditional) independence tests and score functions.
axelbrando/Mixture-Density-Networks-for-distribution-and-uncertainty-estimation
A generic Mixture Density Networks (MDN) implementation for distribution and uncertainty estimation by using Keras (TensorFlow)
google-research/tuning_playbook
A playbook for systematically maximizing the performance of deep learning models.
facebookresearch/dinov2
PyTorch code and models for the DINOv2 self-supervised learning method.
Vision-CAIR/MiniGPT-4
Open-sourced codes for MiniGPT-4 and MiniGPT-v2 (https://minigpt-4.github.io, https://minigpt-v2.github.io/)
THUDM/ChatGLM-6B
ChatGLM-6B: An Open Bilingual Dialogue Language Model | 开源双语对话语言模型
THUDM/GLM-130B
GLM-130B: An Open Bilingual Pre-Trained Model (ICLR 2023)
TimeLovercc/Awesome-Graph-Causal-Learning
A list of Graph Causal Learning materials.
microsoft/DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
facebookresearch/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
twitter/the-algorithm
Source code for Twitter's Recommendation Algorithm
lm-sys/FastChat
An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
kailiang-zhong/DESCN
Implementation of paper DESCN, which is accepted in SIGKDD 2022.
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch