iambabao's Stars
huggingface/pytorch-image-models
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
NVIDIA/FasterTransformer
Transformer related optimization, including BERT, GPT
WojciechMula/pyahocorasick
Python module (C extension and plain python) implementing Aho-Corasick algorithm
openai/DALL-E
PyTorch package for the discrete VAE used for DALL·E.
microsoft/Swin-Transformer
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
google-research/vision_transformer
openai/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
yumingj/Text2Human
Code for Text2Human (SIGGRAPH 2022). Paper: Text2Human: Text-Driven Controllable Human Image Generation
universal-ie/UIE
Unified Structure Generation for Universal Information Extraction
zsh-users/zsh-completions
Additional completion definitions for Zsh.
zsh-users/zsh-syntax-highlighting
Fish shell like syntax highlighting for Zsh.
zsh-users/zsh-autosuggestions
Fish-like autosuggestions for zsh
ohmyzsh/ohmyzsh
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
amix/vimrc
The ultimate Vim configuration (vimrc)
tricktreat/locate-and-label
Code for "Locate and Label: A Two-stage Identifier for Nested Named Entity Recognition", accepted at ACL 2021.
Equim-chan/mjai-reviewer
🔍🀄️ Review mahjong game log with mjai-compatible mahjong AI.
google-research/uda
Unsupervised Data Augmentation (UDA)
sebastianruder/NLP-progress
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
stone-zeng/fduthesis
LaTeX thesis template for Fudan University
neukg/GRTE
neulab/cmu-multinlp
Generalizing Natural Language Analysis through Span-relation Representations
jiangjiechen/LOREN
Resources for our AAAI 2022 paper: "LOREN: Logic-Regularized Reasoning for Interpretable Fact Verification".
luanyi/DyGIE
paperswithcode/releasing-research-code
Tips for releasing research code in Machine Learning (with official NeurIPS 2020 recommendations)
dair-ai/ml-visuals
🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.
cbfinn/maml
Code for "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks"
AntreasAntoniou/HowToTrainYourMAMLPytorch
The original code for the paper "How to train your MAML" along with a replication of the original "Model Agnostic Meta Learning" (MAML) paper in Pytorch.
facebookresearch/higher
higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather than individual training steps.
dwadden/dygiepp
Span-based system for named entity, relation, and event extraction.
Fraser-Greenlee/transformer-vae
A library for making Transformer Variational Autoencoders. (Extends the Huggingface/transformers library.)