| lucidrains/vit-pytorch |
16,298 |
|
0 |
6 |
over 2 years ago |
184 |
November 15, 2023 |
114 |
mit |
Python |
| Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch |
| NLP-LOVE/ML-NLP |
10,874 |
|
0 |
0 |
over 4 years ago |
0 |
|
29 |
|
Jupyter Notebook |
| 此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。 |
| BlinkDL/RWKV-LM |
10,705 |
|
0 |
0 |
about 2 years ago |
0 |
|
60 |
apache-2.0 |
Python |
| RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding. |
| brightmart/text_classification |
7,628 |
|
0 |
0 |
over 2 years ago |
0 |
|
45 |
mit |
Python |
| all kinds of text classification models and more with deep learning |
| lucidrains/PaLM-rlhf-pytorch |
7,496 |
|
0 |
0 |
about 2 years ago |
69 |
January 26, 2023 |
14 |
mit |
Python |
| Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM |
| lucidrains/DALLE-pytorch |
5,383 |
|
0 |
0 |
over 2 years ago |
174 |
May 30, 2022 |
125 |
mit |
Python |
| Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch |
| benedekrozemberczki/awesome-graph-classification |
4,685 |
|
0 |
0 |
about 3 years ago |
0 |
|
0 |
cc0-1.0 |
Python |
| A collection of important graph embedding, classification and representation learning papers with implementations. |
| cmhungsteve/Awesome-Transformer-Attention |
3,895 |
|
0 |
0 |
about 2 years ago |
0 |
|
15 |
|
|
| An ultimately comprehensive paper list of Vision Transformer/Attention, including papers, codes, and related websites |
| Kyubyong/transformer |
3,882 |
|
0 |
0 |
about 3 years ago |
0 |
|
134 |
apache-2.0 |
Python |
| A TensorFlow Implementation of the Transformer: Attention Is All You Need |
| lucidrains/x-transformers |
3,840 |
|
0 |
10 |
about 2 years ago |
317 |
December 02, 2023 |
55 |
mit |
Python |
| A simple but complete full-attention transformer with a set of promising experimental features from various papers |