lizhenping / multi-head-self-attention
在sts数据集上用多头注意力机制上进行测试。 pytorch torchtext 代码简练,非常适合新手了解多头注意力机制的运作。不想transformer牵扯很多层 multi-head attention + one layer linear
☆16Updated 4 months ago
Alternatives and similar repositories for multi-head-self-attention:
Users that are interested in multi-head-self-attention are comparing it to the libraries listed below
- BiLSTM 加普通Attention中文文本多分类Pytorch实现☆33Updated 3 years ago
- 文本分类, 双向lstm + attention 算法☆89Updated 4 years ago
- Pytorch Bert+BiLstm二分类☆38Updated 3 years ago
- ☆30Updated 4 years ago
- 基于tensorflow的中文文本分类(复旦中文语料)☆20Updated 4 years ago
- 集成各种神经网络进行情感分类,包括CNN、LSTM、Transformer以及BERT等网络模型☆72Updated 5 years ago
- 电商评论情感分类☆15Updated 4 years ago
- pytorch实现的基于attention is all your need提出的Q,K,V的attention模板和派生的attention实现。☆21Updated 4 years ago
- Pytorch 文本分类温习练习,本项目主要针对短文本的简单分类,demo看看就好。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆15Updated 4 years ago
- Named Entity Recognition (NER) with different combinations of BiGRU, Self-Attention and CRF☆61Updated 4 years ago
- PyTorch使用BERT进行英语多标签文本分类☆33Updated 2 years ago
- Pytorch Implementation of Attention-Based BiLSTM for Relation Extraction ("Attention-Based Bidirectional Long Short-Term Memory Networks …☆43Updated 7 months ago
- Official code release for CNLE: Co-attention network with label embedding for text classification. Neurocomputing 2022☆22Updated last year
- 利用bert预训练模型生成句向量或词向量☆28Updated 4 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆45Updated 5 years ago
- 存放知乎,博客发表文章中的代码☆47Updated 3 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆46Updated 4 years ago
- MixText: Linguistically-Informed Interpolation of Hidden Space for Semi-Supervised Text Classification☆23Updated 4 years ago
- Code for paper "Self-training Method Based on GCN for Semi-supervised Short Text Classification"☆11Updated 3 years ago
- 基于word2vec预训练词向量; textCNN 模型 ;charCNN 模型 ;Bi-LSTM模型;Bi-LSTM + Attention 模型 ;Transformer 模型 ;ELMo 预训练模型 ;BERT 预训练模型的文本分类项目☆115Updated 4 years ago
- 采用bert进行事件抽取,[cls]进行事件分类,最后一层向量进行序列标注,两个任务同时训练。☆12Updated 3 years ago
- 疫情期间网民情绪识别比赛分享+top1~3解决方案☆51Updated 4 years ago
- ☆11Updated 4 years ago
- Industry chain data test:Sentence classify Bi-GRU-att☆21Updated 6 years ago
- 基于深度学习框架pytorch实现的中文文本分类,目前包括textcnn,textrnn,textrcnn,textrnn+attention,transformer☆44Updated 3 years ago
- 本项目利用KERAS结合不同的分类器并使用Glove词向量,对文本进行多标签分类。This project uses KERAS,Glove and many classifiers to classify text multi-label classification☆20Updated 4 years ago
- Implementation of Attention-Based Bidirectional Long Short-Term Memory Networks for Relation Classification.☆77Updated 3 years ago
- 使用pytorch搭建textCNN实现中文文本分类☆127Updated 5 years ago
- some basic deep learning models/method for nlp, text classification.☆81Updated 4 years ago