Stars
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
Graph Neural Network Library for PyTorch
A Deep Learning based project for colorizing and restoring old images (and video!)
Running large language models on a single GPU for throughput-oriented scenarios.
Open Source Neural Machine Translation and (Large) Language Models in PyTorch
[ICLR'24 spotlight] An open platform for training, serving, and evaluating large language model for tool learning.
Code for the paper "Evaluating Large Language Models Trained on Code"
Guide to using pre-trained large language models of source code
Deep learning with dynamic computation graphs in TensorFlow
TensorFlow GNN is a library to build Graph Neural Networks on the TensorFlow platform.
Code repo for "WebArena: A Realistic Web Environment for Building Autonomous Agents"
TensorFlow code for the neural network presented in the paper: "code2vec: Learning Distributed Representations of Code"
Public repo for the NeurIPS 2023 paper "Unlimiformer: Long-Range Transformers with Unlimited Length Input"
TensorFlow implementations of Graph Neural Networks
Implementation of Memorizing Transformers (ICLR 2022), attention net augmented with indexing and retrieval of memories using approximate nearest neighbors, in Pytorch
Code for the model presented in the paper: "code2seq: Generating Sequences from Structured Representations of Code"
PaL: Program-Aided Language Models (ICML 2023)
Official Repository of "A Fair Comparison of Graph Neural Networks for Graph Classification", ICLR 2020
PyTorch implementation of MTAD-GAT (Multivariate Time-Series Anomaly Detection via Graph Attention Networks) by Zhao et. al (2020, https://arxiv.org/abs/2009.02040).
Code for the paper "How Attentive are Graph Attention Networks?" (ICLR'2022)
TensorFlow implementation of 'Attention Is All You Need (2017. 6)'
DimeNet and DimeNet++ models, as proposed in "Directional Message Passing for Molecular Graphs" (ICLR 2020) and "Fast and Uncertainty-Aware Directional Message Passing for Non-Equilibrium Molecules…
PyTorch + HuggingFace code for RetoMaton: "Neuro-Symbolic Language Modeling with Automaton-augmented Retrieval" (ICML 2022), including an implementation of kNN-LM and kNN-MT
Data and code for "DocPrompting: Generating Code by Retrieving the Docs" @ICLR 2023
Some frequently used NLP blocks I implemented