Repository navigation

#

pytorch-transformers

huggingface/transformers

🤗 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.

Python
148515
4 小时前
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
1364
20 天前
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
1038
5 年前

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

Jupyter Notebook
1036
18 天前

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

Python
658
2 年前

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

JavaScript
317
3 年前

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
309
5 年前

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

Python
278
3 年前

Implementation of the paper Video Action Transformer Network

Python
137
4 年前

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

Jupyter Notebook
71
5 年前

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

Python
46
3 年前

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

Python
41
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
17
5 年前