1,142 skills found · Page 5 of 39
zihangJiang / TokenLabelingPytorch implementation of "All Tokens Matter: Token Labeling for Training Better Vision Transformers"
lucidrains / G Mlp PytorchImplementation of gMLP, an all-MLP replacement for Transformers, in Pytorch
lucidrains / Recurrent Memory Transformer PytorchImplementation of Recurrent Memory Transformer, Neurips 2022 paper, in Pytorch
TACJu / TransFGThis is the official PyTorch implementation of the paper "TransFG: A Transformer Architecture for Fine-grained Recognition" (Ju He, Jie-Neng Chen, Shuai Liu, Adam Kortylewski, Cheng Yang, Yutong Bai, Changhu Wang, Alan Yuille).
Dipeshpal / Jarvis AIJarvis AI is a Python Module which is able to perform task like Chatbot, Assistant etc. It provides base functionality for any assistant application. This JarvisAI is built using Tensorflow, Pytorch, Transformers and other opensource libraries and frameworks.
Shivanandroy / SimpleT5simpleT5 is built on top of PyTorch-lightning⚡️ and Transformers🤗 that lets you quickly train your T5 models.
JackHCC / Chinese Text Classification PyTorch中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!
Strawberry-Eat-Mango / PCT PytorchPytorch implementation of PCT: Point Cloud Transformer
tencent-ailab / GroverThis is a Pytorch implementation of the paper: Self-Supervised Graph Transformer on Large-Scale Molecular Data
sgrvinod / A PyTorch Tutorial To TransformersAttention Is All You Need | a PyTorch Tutorial to Transformers
Beomi / InfiniTransformerUnofficial PyTorch/🤗Transformers(Gemma/Llama3) implementation of Leave No Context Behind: Efficient Infinite Context Transformers with Infini-attention
yangsenius / TransPosePyTorch Implementation for "TransPose: Keypoint localization via Transformer", ICCV 2021.
lucidrains / Deformable AttentionImplementation of Deformable Attention in Pytorch from the paper "Vision Transformer with Deformable Attention"
jpWang / LiLTOfficial PyTorch implementation of LiLT: A Simple yet Effective Language-Independent Layout Transformer for Structured Document Understanding (ACL 2022)
asyml / Vision Transformer PytorchPytorch version of Vision Transformer (ViT) with pretrained models. This is part of CASL (https://casl-project.github.io/) and ASYML project.
ToluClassics / Candle TutorialTutorial for Porting PyTorch Transformer Models to Candle (Rust)
jw9730 / Tokengt[NeurIPS'22] Tokenized Graph Transformer (TokenGT), in PyTorch
junyuchen245 / ViT V Net For 3D Image Registration PytorchVision Transformer for 3D medical image registration (Pytorch)
pen-ho / Medical Knowledge Graph App Master医药知识图谱自动问答系统实现,包括构建知识图谱、基于知识图谱的流水线问答以及前端实现。实体识别(基于词典+BERT_CRF)、实体链接(Sentence-BERT做匹配)、意图识别(基于提问词+领域词词典)。
YangtaoWANG95 / TokenCut(CVPR 2022) Pytorch implementation of "Self-supervised transformers for unsupervised object discovery using normalized cut"