001-transformer_chatbot
实现方式是标准的transformer。
001-skipgram-word2vec.py
002-bert.py
003-albert.py
004-NPLM.py
001-transformer_NMT
001-TextCNN.py
002-BILSTM+Attention.py
003-CharCNN
004-BERT_Classification
005-ERNIE_Classification
006-ALBert_Classification
001-NNLM.py
002-RNN.py
003-LSTM.py
004-BILSTM.py
004-transformer-greedy search.py
005-lstm_text_generation
006-bilstm_text_generation
007-GPT2
001-transformer_reading