my-dl
There are 39 repositories under my-dl topic.
bertviz
BertViz: Visualize Attention in NLP Models (BERT, GPT2, BART, etc.)
MTBook
《机器翻译:基础与模型》肖桐 朱靖波 著 - Machine Translation: Foundations and Models
pytorch-glove-word2vec
Implemented Glove and Word2vec by Pytorch
pytorch_word2vec
pytorch word2vec Four implementations : skip gram / CBOW on hierarchical softmax / negative sampling
SentenceBERT2
CoSENT、STS、SentenceBERT
xlnet-Pytorch
Simple XLNet implementation with Pytorch Wrapper
minGPT_gpt1_gpt2
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
transformer_xl
A lightweight PyTorch implementation of the Transformer-XL architecture proposed by Dai et al. (2019)
ELMo-pytorch
A PyTorch implementation of “Deep contextualized word representations” by Peters et al
nlp_chinese_corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
GPT2-chitchat
GPT2 for Chinese chitchat/用于中文闲聊的GPT2模型(实现了DialoGPT的MMI**)
transformer
Transformer: PyTorch Implementation of "Attention Is All You Need"
chat-ltu
Open source implementation of InstructGPT (not finished)
LaMDA-rlhf-pytorch
Open-source pre-training implementation of Google's LaMDA in PyTorch. Adding RLHF similar to ChatGPT.
Gemini
The open source implementation of Gemini, the model that will "eclipse ChatGPT" by Google
open-chatgpt
The open source implementation of ChatGPT, Alpaca, Vicuna and RLHF Pipeline. 从0开始实现一个ChatGPT.
RLHF
Implementation of Chinese ChatGPT
PaLM-rlhf-pytorch
Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM
gpt3-pytorch
Unofficial PyTorch Implementation of OpenAI's GPT-3
gpt-2-Pytorch
Simple Text-Generator with OpenAI gpt-2 Pytorch Implementation
GPT2-Summary
基于GPT2的中文摘要生成模型
GPT2-NewsTitle
Chinese NewsTitle Generation Project by GPT2.带有超级详细注释的中文GPT2新闻标题生成项目。
GPT-1
Pytorch implementation of GPT-1
albert_lstm_crf_ner
albert + lstm + crf实体识别,pytorch实现。识别的主要实体是人名、地名、机构名和时间。albert + lstm + crf (named entity recognition)
WordSeg
A PyTorch implementation of a BiLSTM \ BERT \ Roberta (+ BiLSTM + CRF) model for Chinese Word Segmentation (中文分词) .
BERT-pytorch
Google AI 2018 BERT pytorch implementation
CLUENER2020
A PyTorch implementation of a BiLSTM\BERT\Roberta(+CRF) model for Named Entity Recognition.
EasyBert
基于Pytorch的Bert应用,包括命名实体识别、情感分析、文本分类以及文本相似度等
Build-a-deep-neural-network-DNN-using-Numpy
不用框架使用numpy从零搭建深度神经网络(DNN)
Chinese-Text-Classification-Pytorch
中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类