gangmei's Stars
ossu/computer-science
🎓 Path to a free self-taught education in Computer Science!
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
TeamNewPipe/NewPipe
A libre lightweight streaming front-end for Android.
huggingface/text-generation-inference
Large Language Model Text Generation Inference
karpathy/minbpe
Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization.
FlagOpen/FlagEmbedding
Retrieval and Retrieval-augmented LLMs
mosaicml/composer
Supercharge Your Model Training
ashleve/lightning-hydra-template
PyTorch Lightning + Hydra. A very user-friendly template for ML experimentation. ⚡🔥⚡
shenweichen/DeepCTR-Torch
【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
state-spaces/s4
Structured state space sequence models
facebookresearch/blt
Code for BLT research paper
automl/TabPFN
Official implementation of the TabPFN paper (https://arxiv.org/abs/2207.01848) and the tabpfn package.
AnswerDotAI/ModernBERT
Bringing BERT into modernity via both architecture changes and scaling
georgian-io/Multimodal-Toolkit
Multimodal model for text and tabular data with HuggingFace transformers as building block for text data
LeoGrin/tabular-benchmark
chuanconggao/PrefixSpan-py
The shortest yet efficient Python implementation of the sequential pattern mining algorithm PrefixSpan, closed sequential pattern mining algorithm BIDE, and generator sequential pattern mining algorithm FEAT.
yandex-research/tabular-dl-tabr
The implementation of "TabR: Unlocking the Power of Retrieval-Augmented Tabular Deep Learning"
kathrinse/TabSurvey
Experiments on Tabular Data Models
staoxiao/RetroMAE
Codebase for RetroMAE and beyond.
yandex-research/rtdl-revisiting-models
(NeurIPS 2021) Revisiting Deep Learning Models for Tabular Data
automl/TransformersCanDoBayesianInference
Official Implementation of "Transformers Can Do Bayesian Inference", the PFN paper
RyanWangZf/transtab
NeurIPS'22 | TransTab: Learning Transferable Tabular Transformers Across Tables
HazyResearch/hippo-code
CASE-Lab-UMD/LLM-Drop
The official implementation of the paper "What Matters in Transformers? Not All Attention is Needed".
naszilla/tabzilla
yumeng5/TopClus
[WWW 2022] Topic Discovery via Latent Space Clustering of Pretrained Language Model Representations
ltgoslo/gpt-bert
Official implementation of "GPT or BERT: why not both?"
yueyu1030/actune
[NAACL 2022] This is the code repo for our paper `ACTUNE: Uncertainty-based Active Self-Training for Active Fine-Tuning of Pretrained Language Models'.
yulun-rayn/TabularPrediction
A repository hosting popular tabular prediction baselines.
galenwilkerson/Flash-Attention-Tutorial