carrie0307 / attention-nmtLinks
NLP homework:RNN+Attention机器翻译模型, Transormer代码学习
☆29Updated 6 years ago
Alternatives and similar repositories for attention-nmt
Users that are interested in attention-nmt are comparing it to the libraries listed below
Sorting:
- 双向lstm+crf 序列标注☆65Updated 6 years ago
- 基于双向RNN,Attention机制的编解码神经机器翻译模型☆61Updated 7 years ago
- Pytorch implementation of "Character-based BiLSTM-CRF Incorporating POS and Dictionaries for Chinese Opinion Target Extraction", ACML2018☆60Updated last year
- 在bert模型的pre_training基础上进行text_cnn文本分类☆78Updated 5 years ago
- ☆86Updated 5 years ago
- 疫情期间网民情绪识别比赛baseline,使用BERT进行端到端的fine-tuning,datafountain平台,平台评测F1值0.716。☆36Updated 5 years ago
- Chinese WordSegment based on algorithms including Maxmatch (forward, backward, bidirectional), HMM,N-gramm(max prob ngram, biward ngam) e…☆102Updated 7 years ago
- 嵌入Word2vec词向量的RNN+ATTENTION中文文本分类☆152Updated 5 years ago
- 基于TensorFlow,seq2seq+attention+beamsearch的文本摘要。☆59Updated 6 years ago
- NLP Predtrained Embeddings, Models and Datasets Collections(NLP_PEMDC). The collection will keep updating.☆65Updated 5 years ago
- NLP research:基于tensorflow的nlp深度学习项目,支持文本分类/句子匹配/序列标注/文本生成 四大任务