pytorch-transformers topic

List pytorch-transformers repositories
trafficstars

medical_knowledge_graph_app-master

232
Stars
34
Forks
Watchers

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

Bert-text-classification

69
Stars
36
Forks
Watchers

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

BetterLoader

35
Stars
1
Forks
Watchers

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

gpt2_episode_summary_generator

16
Stars
1
Forks
Watchers

Utilizing webscraping and state-of-the-art NLP to generate TV show episode summaries.

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.

trapper

45
Stars
5
Forks
Watchers

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

tensor_parallel

581
Stars
36
Forks
Watchers

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

Tag-Machine

37
Stars
6
Forks
Watchers

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

next-word-prediction

16
Stars
4
Forks
Watchers

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