Repository navigation

#

pytorch-transformers

jrzaurin/pytorch-widedeep

A flexible package for multimodal-deep-learning to combine tabular data with text and images using Wide and Deep models in Pytorch

Python
1340
2 个月前
gordicaleksa/pytorch-original-transformer

My implementation of the original transformer model (Vaswani et al.). I've additionally included the playground.py file for visualizing otherwise seemingly hard concepts. Currently included IWSLT pretrained models.

Jupyter Notebook
1024
4 年前

💁 Awesome Treasure of Transformers Models for Natural Language processing contains papers, videos, blogs, official repo along with colab Notebooks. 🛫☑️

Jupyter Notebook
981
9 个月前

Automatically split your PyTorch models on multiple GPUs for training & inference

Python
652
1 年前

Based on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for employing Transformer models in text classification tasks. Contains code to easily train BERT, XLNet, RoBERTa, and XLM models for text classification.

Jupyter Notebook
308
5 年前

医药知识图谱自动问答系统实现,包括构建知识图谱、基于知识图谱的流水线问答以及前端实现。实体识别(基于词典+BERT_CRF)、实体链接(Sentence-BERT做匹配)、意图识别(基于提问词+领域词词典)。

JavaScript
303
3 年前

Minimal implementation of Decision Transformer: Reinforcement Learning via Sequence Modeling in PyTorch for mujoco control tasks in OpenAI gym

Python
267
3 年前

Implementation of the paper Video Action Transformer Network

Python
135
4 年前

This shows how to fine-tune Bert language model and use PyTorch-transformers for text classififcation

Jupyter Notebook
69
5 年前

State-of-the-art NLP through transformer models in a modular design and consistent APIs.

Python
45
2 年前

A little Python application to auto tag your photos with the power of machine learning.

Python
42
2 年前

A better PyTorch data loader capable of custom image operations and image subsets

Python
35
4 年前

Instructions for how to convert a BERT Tensorflow model to work with HuggingFace's pytorch-transformers, and spaCy. This walk-through uses DeepPavlov's RuBERT as example.

Python
27
2 年前

Generative Pretrained Transformer 2 (GPT-2) for Language Modeling using the PyTorch-Transformers library.

Python
16
5 年前