Phil Wang

Results 225 repositories owned by Phil Wang

complex-valued-transformer

51
Stars
3
Forks
Watchers

Implementation of the transformer proposed in "Building Blocks for a Complex-Valued Transformer Architecture"

autoregressive-linear-attention-cuda

44
Stars
3
Forks
Watchers

CUDA implementation of autoregressive linear attention, with all the latest research findings

MaMMUT-pytorch

93
Stars
4
Forks
Watchers

Implementation of MaMMUT, a simple vision-encoder text-decoder architecture for multimodal tasks from Google, in Pytorch

mixture-of-attention

97
Stars
3
Forks
Watchers

Some personal experiments around routing tokens to different autoregressive attention, akin to mixture-of-experts

self-rewarding-lm-pytorch

1.3k
Stars
71
Forks
18
Watchers

Implementation of the training framework proposed in Self-Rewarding Language Model, from MetaAI

rvq-vae-gpt

73
Stars
1
Forks
Watchers

My attempts at applying Soundstream design on learned tokenization of text and then applying hierarchical attention to text generation

retrieval-augmented-ddpm

64
Stars
5
Forks
Watchers

Implementation of Retrieval-Augmented Denoising Diffusion Probabilistic Models in Pytorch

evolutionary-design-molecules

21
Stars
1
Forks
Watchers

Implementation of the algorithm detailed in paper "Evolutionary design of molecules based on deep learning and a genetic algorithm"

phasic-policy-gradient

40
Stars
7
Forks
Watchers

An implementation of Phasic Policy Gradient, a proposed improvement of Proximal Policy Gradients, in Pytorch

taylor-series-linear-attention

81
Stars
2
Forks
Watchers

Explorations into the recently proposed Taylor Series Linear Attention