/NLP_pytorch_project

Embedding, NMT, Text_Classification, Text_Generation etc.

Primary LanguagePython

NLP_pytorch_project

1-Chatbot

  001-transformer_chatbot
      实现方式是标准的transformer。

2-Embedding

  001-skipgram-word2vec.py
  002-bert.py
  003-albert.py	
  004-NPLM.py

3-NMT

  001-transformer_NMT

4-Text-Classification

  001-TextCNN.py
  002-BILSTM+Attention.py
  003-CharCNN
  004-BERT_Classification
  005-ERNIE_Classification
  006-ALBert_Classification

5-Text-Generation

  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    

6-Reading_comprehension

  001-transformer_reading