pytorch-transformers topic
medical_knowledge_graph_app-master
医药知识图谱自动问答系统实现,包括构建知识图谱、基于知识图谱的流水线问答以及前端实现。实体识别(基于词典+BERT_CRF)、实体链接(Sentence-BERT做匹配)、意图识别(基于提问词+领域词词典)。
Bert-text-classification
This shows how to fine-tune Bert language model and use PyTorch-transformers for text classififcation
BetterLoader
A better PyTorch data loader capable of custom image operations and image subsets
gpt2_episode_summary_generator
Utilizing webscraping and state-of-the-art NLP to generate TV show episode summaries.
bert-tensorflow-pytorch-spacy-conversion
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
State-of-the-art NLP through transformer models in a modular design and consistent APIs.
tensor_parallel
Automatically split your PyTorch models on multiple GPUs for training & inference
Tag-Machine
A little Python application to auto tag your photos with the power of machine learning.
next-word-prediction
Generative Pretrained Transformer 2 (GPT-2) for Language Modeling using the PyTorch-Transformers library.